extra/gdal to 3.9.2-1

This commit is contained in:
Kevin Mihelich 2024-09-06 23:40:05 +00:00
parent e0cd12c07e
commit c066b25d4f
2 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
pkgbase = gdal
pkgdesc = A translator library for raster and vector geospatial data formats
pkgver = 3.9.1
pkgrel = 3
pkgver = 3.9.2
pkgrel = 1
url = https://gdal.org/
changelog = gdal.changelog
arch = x86_64
@ -52,8 +52,8 @@ pkgbase = gdal
makedepends = zlib
makedepends = zstd
makedepends = libaec
source = https://download.osgeo.org/gdal/3.9.1/gdal-3.9.1.tar.xz
b2sums = a9c5c20b1bc704a331ea54f1575f655197075dde75fa6144cff43763d57d64b9bd6e3c7a40bedb919567b45185688b206a3cc13278d0605c5be0b895b403bbab
source = https://download.osgeo.org/gdal/3.9.2/gdal-3.9.2.tar.xz
b2sums = 131543da5c93f5234b0314d60a67a8f032a81c18d2289051a2b939d843d46156d24be713e3ae9470af962d151570385d46be39adcb2b559b61e6e0a1aecd5ec0
pkgname = gdal
depends = proj
@ -100,5 +100,5 @@ pkgname = gdal
pkgname = python-gdal
pkgdesc = Python bindings for GDAL
depends = gdal=3.9.1
depends = gdal=3.9.2
depends = python-numpy

View file

@ -10,8 +10,8 @@
pkgbase=gdal
pkgname=(gdal python-gdal)
pkgver=3.9.1
pkgrel=3
pkgver=3.9.2
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)
b2sums=('a9c5c20b1bc704a331ea54f1575f655197075dde75fa6144cff43763d57d64b9bd6e3c7a40bedb919567b45185688b206a3cc13278d0605c5be0b895b403bbab')
b2sums=('131543da5c93f5234b0314d60a67a8f032a81c18d2289051a2b939d843d46156d24be713e3ae9470af962d151570385d46be39adcb2b559b61e6e0a1aecd5ec0')
build() {
cmake -B build -S $pkgbase-$pkgver \