extra/gdal to 3.8.3-2

This commit is contained in:
Kevin Mihelich 2024-01-27 00:58:56 +00:00
parent a02381d181
commit 53954defdb
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = gdal
pkgdesc = A translator library for raster and vector geospatial data formats
pkgver = 3.8.2
pkgver = 3.8.3
pkgrel = 2
url = https://gdal.org/
changelog = gdal.changelog
@ -52,8 +52,8 @@ pkgbase = gdal
makedepends = zlib
makedepends = zstd
makedepends = libaec
source = https://download.osgeo.org/gdal/3.8.2/gdal-3.8.2.tar.xz
b2sums = c00a69810f9c7ac1f8dd30e5bcee6a87277cc93391a8569ebc77ea53df52ee712310baad36ff32354b7bea6fa5a5f3b8f4f106ffe1534df4aa2fbc9afa5a9ee9
source = https://download.osgeo.org/gdal/3.8.3/gdal-3.8.3.tar.xz
b2sums = 720ccda461e7634ca1548f9bdf8fe1f2583108a16858a9ca001b6ba490d1ddb977b51e3a7e1d034355599997d5ed8ebee36baf0fcccaf4d44053363450665b5f
pkgname = gdal
depends = proj
@ -100,5 +100,5 @@ pkgname = gdal
pkgname = python-gdal
pkgdesc = Python bindings for GDAL
depends = gdal=3.8.2
depends = gdal=3.8.3
depends = python-numpy

View file

@ -10,7 +10,7 @@
pkgbase=gdal
pkgname=(gdal python-gdal)
pkgver=3.8.2
pkgver=3.8.3
pkgrel=2
pkgdesc="A translator library for raster and vector geospatial data formats"
arch=(x86_64)
@ -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=('c00a69810f9c7ac1f8dd30e5bcee6a87277cc93391a8569ebc77ea53df52ee712310baad36ff32354b7bea6fa5a5f3b8f4f106ffe1534df4aa2fbc9afa5a9ee9')
b2sums=('720ccda461e7634ca1548f9bdf8fe1f2583108a16858a9ca001b6ba490d1ddb977b51e3a7e1d034355599997d5ed8ebee36baf0fcccaf4d44053363450665b5f')
build() {
cmake -B build -S $pkgbase-$pkgver \