mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
proj: update to 9.3.0.
This commit is contained in:
parent
f09ef06fa5
commit
8f065941b9
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'proj'
|
||||
pkgname=proj
|
||||
version=9.2.1
|
||||
revision=3
|
||||
version=9.3.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
hostmakedepends="python3"
|
||||
|
@ -11,7 +11,7 @@ maintainer="John <me@johnnynator.dev>"
|
|||
license="MIT"
|
||||
homepage="https://proj.org"
|
||||
distfiles="https://download.osgeo.org/proj/proj-${version}.tar.gz"
|
||||
checksum=15ebf4afa8744b9e6fccb5d571fc9f338dc3adcf99907d9e62d1af815d4971a1
|
||||
checksum=91a3695a004ea28db0448a34460bed4cc3b130e5c7d74339ec999efdab0e547d
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
@ -24,5 +24,6 @@ proj-devel_package() {
|
|||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue