proj: update to 6.0.0
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
3046cdcbe8
commit
264db19716
2 changed files with 5 additions and 3 deletions
|
@ -2859,7 +2859,7 @@ libunshield.so.0 libunshield-0.6_1
|
|||
libMyGUIEngine.so.3 libmygui-3.2.2_1
|
||||
libEditorFramework.so libmygui-devel-3.2.2_3
|
||||
Plugin_StrangeButton.so libmygui-devel-3.2.2_3
|
||||
libproj.so.14 proj-5.2.0_1
|
||||
libproj.so.15 proj-6.0.0_1
|
||||
libnlopt.so.0 nlopt-2.4.2_1
|
||||
libeb.so.16 libeb-4.3.3_1
|
||||
libchipcard.so.6 libchipcard-5.0.4_1
|
||||
|
|
|
@ -1,14 +1,16 @@
|
|||
# Template file for 'proj'
|
||||
pkgname=proj
|
||||
version=5.2.0
|
||||
version=6.0.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="python3"
|
||||
makedepends="sqlite-devel"
|
||||
short_desc="Cartographic Projections Library"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
license="MIT"
|
||||
homepage="https://proj4.org"
|
||||
distfiles="https://download.osgeo.org/proj/proj-${version}.tar.gz"
|
||||
checksum=ef919499ffbc62a4aae2659a55e2b25ff09cccbbe230656ba71c6224056c7e60
|
||||
checksum=4510a2c1c8f9056374708a867c51b1192e8d6f9a5198dd320bf6a168e44a3657
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in a new issue