proj: update to 6.1.1.

This commit is contained in:
John 2019-07-02 09:53:02 +02:00 committed by John Zimmermann
parent 1a261ce555
commit a5ac8a2d9f

View file

@ -1,6 +1,6 @@
# Template file for 'proj'
pkgname=proj
version=6.1.0
version=6.1.1
revision=1
build_style=cmake
configure_args="-DPROJ_TESTS=OFF"
@ -11,7 +11,7 @@ maintainer="John <johnz@posteo.net>"
license="MIT"
homepage="https://proj4.org"
distfiles="https://download.osgeo.org/proj/proj-${version}.tar.gz"
checksum=676165c54319d2f03da4349cbd7344eb430b225fe867a90191d848dc64788008
checksum=5cf0a2360a28b5d724c53edbb87f3f3b14fd96001265411ac4e56f369e2d503f
post_install() {
vlicense COPYING
@ -23,6 +23,7 @@ proj-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/share/man/man3
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}