diff --git a/srcpkgs/libgdal/template b/srcpkgs/libgdal/template index 0f13822bfbe..99c0f329988 100644 --- a/srcpkgs/libgdal/template +++ b/srcpkgs/libgdal/template @@ -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 " 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} }