summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuiAlDuS2023-12-20 20:02:14 -0600
committerGuiAlDuS2023-12-20 20:02:14 -0600
commit677788845db1b3d4e221a1cd8dac1d1d02437985 (patch)
treeae5f3cb735cf2eea8c4303906cf8e880d53dca05
parent956c389d5a3426d33936fbcf5600c422b3a3ac6e (diff)
downloadaur-677788845db1b3d4e221a1cd8dac1d1d02437985.tar.gz
update to gdal 3.8.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
-rw-r--r--gdal-hdf4.changelog3
3 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f2f2229463f..9a17f867e793 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gdal-hdf4
pkgdesc = Translator library for raster and vector geospatial data formats
- pkgver = 3.8.1
+ pkgver = 3.8.2
pkgrel = 2
url = https://gdal.org/
changelog = gdal-hdf4.changelog
@@ -60,8 +60,8 @@ pkgbase = gdal-hdf4
provides = gdal
conflicts = gdal
options = !emptydirs
- source = https://github.com/OSGeo/gdal/releases/download/v3.8.1/gdal-3.8.1.tar.gz
- md5sums = 62191565949f1dd5985a04dcac831322
+ source = https://github.com/OSGeo/gdal/releases/download/v3.8.2/gdal-3.8.2.tar.gz
+ md5sums = 7a799d9d3ebc4ae6e3258f0044125bd1
pkgname = gdal-hdf4
depends = proj
@@ -113,7 +113,7 @@ pkgname = gdal-hdf4
pkgname = python-gdal-hdf4
pkgdesc = Python bindings for GDAL
- depends = gdal-hdf4=3.8.1
+ depends = gdal-hdf4=3.8.2
depends = python-numpy
provides = python-gdal
conflicts = python-gdal
diff --git a/PKGBUILD b/PKGBUILD
index d3a6a4c5222e..dc21949fd56d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ _pkgbase=gdal
provides=('gdal')
conflicts=('gdal')
pkgname=(gdal-hdf4 python-gdal-hdf4)
-pkgver=3.8.1
+pkgver=3.8.2
pkgrel=2
pkgdesc="Translator library for raster and vector geospatial data formats"
arch=(x86_64)
@@ -36,7 +36,7 @@ options=('!emptydirs')
changelog=$pkgbase.changelog
source=(https://github.com/OSGeo/${_pkgbase}/releases/download/v${pkgver}/${_pkgbase}-${pkgver}.tar.gz)
-md5sums=('62191565949f1dd5985a04dcac831322')
+md5sums=('7a799d9d3ebc4ae6e3258f0044125bd1')
build() {
export PATH="$(pwd)/build/apps:$PATH"
diff --git a/gdal-hdf4.changelog b/gdal-hdf4.changelog
index 899ad707ee35..62614b8af73d 100644
--- a/gdal-hdf4.changelog
+++ b/gdal-hdf4.changelog
@@ -1,3 +1,6 @@
+2023-12-20 Guillermo Duran <gds506@gmail.com>
+ * gdal 3.8.2
+
2023-12-04 Guillermo Duran <gds506@gmail.com>
* gdal 3.8.1
* added support for FileGDB and KML