Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / gdal
Commits:
539d477c by Antonio Rojas at 2023-11-05T23:28:33+01:00
upgpkg: 3.7.3-1: Update to 3.7.3
- - - - -
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.7.2
- pkgrel = 3
+ pkgver = 3.7.3
+ pkgrel = 1
url = https://gdal.org/
changelog = gdal.changelog
arch = x86_64
@@ -51,8 +51,8 @@ pkgbase = gdal
makedepends = xerces-c
makedepends = zlib
makedepends = zstd
- source = https://download.osgeo.org/gdal/3.7.2/gdal-3.7.2.tar.xz
- b2sums =
29a96e34f4ffe661fc2af786b9a229be779ed5e91e4c580834f6624f4173ede8adf22c27b2830c446736c0ff37501441ab2afea9f780dad4588636b03deb1f71
+ source = https://download.osgeo.org/gdal/3.7.3/gdal-3.7.3.tar.xz
+ b2sums =
743ce2d8027fb228630a2951af2de8ac7fb5fa0b32124d58fb545ac61fdf5240f17ae85cfdcab51ea5e1b4e2311b55af4c7bbdfe82c6ed5ea180a5c8b254ccfd
pkgname = gdal
depends = proj
@@ -98,5 +98,5 @@ pkgname = gdal
pkgname = python-gdal
pkgdesc = Python bindings for GDAL
- depends = gdal=3.7.2
+ depends = gdal=3.7.3
depends = python-numpy
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
pkgbase=gdal
pkgname=(gdal python-gdal)
-pkgver=3.7.2
-pkgrel=3
+pkgver=3.7.3
+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=('29a96e34f4ffe661fc2af786b9a229be779ed5e91e4c580834f6624f4173ede8adf22c27b2830c446736c0ff37501441ab2afea9f780dad4588636b03deb1f71')
+b2sums=('743ce2d8027fb228630a2951af2de8ac7fb5fa0b32124d58fb545ac61fdf5240f17ae85cfdcab51ea5e1b4e2311b55af4c7bbdfe82c6ed5ea180a5c8b254ccfd')
prepare() {
# Fix build with podofo-0.9
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gdal/-/commit/539d477c09ba4e6145b69219e82fee524e859b85
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gdal/-/commit/539d477c09ba4e6145b69219e82fee524e859b85
You're receiving this email because of your account on gitlab.archlinux.org.