extra/gdal to 3.10.0-1

This commit is contained in:
Kevin Mihelich 2024-11-15 00:25:35 +00:00
parent ccd5a01945
commit 775371932c
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.2
pkgrel = 5
pkgver = 3.10.0
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.2/gdal-3.9.2.tar.xz
b2sums = 131543da5c93f5234b0314d60a67a8f032a81c18d2289051a2b939d843d46156d24be713e3ae9470af962d151570385d46be39adcb2b559b61e6e0a1aecd5ec0
source = https://download.osgeo.org/gdal/3.10.0/gdal-3.10.0.tar.xz
b2sums = edb4ad94ef22de0dbcffb64b0009b7f771d8a6a7288457e414518c741c375097bf5f6d892d108ef134f8be2af8c3ded9ba9b41119f31204322b993142c3ed7d1
pkgname = gdal
depends = proj
@ -100,5 +100,5 @@ pkgname = gdal
pkgname = python-gdal
pkgdesc = Python bindings for GDAL
depends = gdal=3.9.2
depends = gdal=3.10.0
depends = python-numpy

View file

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