community/gdal to 3.5.1-1

This commit is contained in:
Kevin Mihelich 2022-07-25 18:08:29 +00:00
parent ded981b1f0
commit eb703c7d3c

View file

@ -10,8 +10,8 @@
pkgbase=gdal
pkgname=(gdal python-gdal)
pkgver=3.5.0
pkgrel=4
pkgver=3.5.1
pkgrel=1
pkgdesc="A translator library for raster and vector geospatial data formats"
arch=(x86_64)
url="https://gdal.org/"
@ -26,7 +26,7 @@ makedepends=(cmake opencl-headers python-setuptools python-numpy
# ogdi
changelog=$pkgbase.changelog
source=(https://download.osgeo.org/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz)
sha256sums=('d49121e5348a51659807be4fb866aa840f8dbec4d1acba6d17fdefa72125bfc9')
sha256sums=('d12c30a9eacdeaab493c0d1c9f88eb337c9cbb5bb40744c751bdd5a5af166ab6')
build() {
cmake -B build -S $pkgbase-$pkgver \