summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuiAlDuS2023-11-03 08:43:53 -0600
committerGuiAlDuS2023-11-03 08:43:53 -0600
commita8a117a328e64c2e63e795b858c7a1245a4ec8a5 (patch)
tree915533209794d1986c8e250920c4ebe30f12f765
parent1ebecbd15206bcc56644080a334e8d441a5cf0b0 (diff)
downloadaur-a8a117a328e64c2e63e795b858c7a1245a4ec8a5.tar.gz
update to GDAL version 3.7.3
-rw-r--r--PKGBUILD7
-rw-r--r--gdal-hdf4.changelog3
2 files changed, 7 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f0925cf098e..758618cb990b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,4 @@
+# Maintainer: Guillermo Duran <gds506 at gmail dot com>
# Maintainer: Martin Morlot <martinmorlot at gmail dot com>
# Maintainer: Jaroslav Lichtblau <svetlemodry@archlinux.org>
# Maintainer: Bruno Pagani <archange@archlinux.org>
@@ -11,8 +12,8 @@ _pkgbase=gdal
provides=('gdal')
conflicts=('gdal')
pkgname=(gdal-hdf4 python-gdal-hdf4)
-pkgver=3.7.2
-pkgrel=4
+pkgver=3.7.3
+pkgrel=1
pkgdesc="A translator library for raster and vector geospatial data formats"
arch=(x86_64)
url="https://gdal.org/"
@@ -35,7 +36,7 @@ options=('!emptydirs')
# ogdi
changelog=$pkgbase.changelog
source=(https://github.com/OSGeo/${_pkgbase}/releases/download/v${pkgver}/${_pkgbase}-${pkgver}.tar.gz)
-md5sums=('d6ffb51d21a619d0f242957a6078ffb3')
+md5sums=('adbb5cf3eb44767e05a5ef673bbde33f')
prepare() {
# Fix build with podofo-0.9
diff --git a/gdal-hdf4.changelog b/gdal-hdf4.changelog
index 61fe9027ab5a..72d6616d332b 100644
--- a/gdal-hdf4.changelog
+++ b/gdal-hdf4.changelog
@@ -1,3 +1,6 @@
+2023-10-08 Guillermo Duran <gds506@gmail.com>
+ * gdal 3.7.2-4
+
2021-07-22 Bruno Pagani <archange@archlinux.org>
* gdal 3.3.1-1
* update url