Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / gdal
Commits:
24b2cf35 by Antonio Rojas at 2024-11-14T17:43:29+01:00
upgpkg: 3.10.0-1: Update to 3.10.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -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
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,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/"
@@ -21,7 +21,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 \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gdal/-/commit/24b2cf3511855199773545ac74ce274519e7e473
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gdal/-/commit/24b2cf3511855199773545ac74ce274519e7e473
You're receiving this email because of your account on gitlab.archlinux.org.