libgdal: revbump for imath-3.1.7.

This commit is contained in:
mhmdanas 2023-03-07 19:58:18 +00:00 committed by Andrew Benson
parent 06a48945a4
commit 8dd4710f6b

View file

@ -1,7 +1,7 @@
# Template file for 'libgdal'
pkgname=libgdal
version=3.5.3
revision=5
revision=6
build_style=cmake
build_helper=python3
configure_args="-DGDAL_USE_OPENCL=ON
@ -19,10 +19,9 @@ short_desc="Geospatial Data Abstraction Library"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://www.gdal.org"
changelog="https://github.com/OSGeo/gdal/raw/v${version}/NEWS.md"
changelog="https://raw.githubusercontent.com/OSGeo/gdal/master/NEWS.md"
distfiles="https://download.osgeo.org/gdal/${version}/gdal-${version}.tar.xz"
checksum=d32223ddf145aafbbaec5ccfa5dbc164147fb3348a3413057f9b1600bb5b3890
subpackages="libgdal-devel libgdal-tools libgdal-python3"
python_version=3
if [ -z "$CROSS_BUILD" ]; then
@ -67,7 +66,7 @@ libgdal-devel_package() {
libgdal-python3_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - python3 bindings"
short_desc+=" - Python 3 bindings"
pkg_install() {
vmove ${py3_sitelib}
}