summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuiAlDuS2024-01-13 07:32:01 -0600
committerGuiAlDuS2024-01-13 07:32:01 -0600
commit2384fb7e054b5a281cea595f275f9b20f419bc5e (patch)
treefa34cb4e5a55e942c9732fbff2cf2601621bb33f
parent33f258672a3e25b287a619aba7dfe91a4947b3c5 (diff)
downloadaur-2384fb7e054b5a281cea595f275f9b20f419bc5e.tar.gz
update to gdal 3.8.3
-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 e5ff6ae0d8e2..a6a07f7db919 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.2
+ pkgver = 3.8.3
pkgrel = 1
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.2/gdal-3.8.2.tar.gz
- md5sums = 7a799d9d3ebc4ae6e3258f0044125bd1
+ source = https://github.com/OSGeo/gdal/releases/download/v3.8.3/gdal-3.8.3.tar.gz
+ md5sums = 011c1052acffb5f1ac59a9c1f819bbd5
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.2
+ depends = gdal-hdf4=3.8.3
depends = python-numpy
provides = python-gdal
conflicts = python-gdal
diff --git a/PKGBUILD b/PKGBUILD
index f64cc4a2e0aa..5deb4a8a6277 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ _pkgbase=gdal
provides=('gdal')
conflicts=('gdal')
pkgname=(gdal-hdf4 python-gdal-hdf4)
-pkgver=3.8.2
+pkgver=3.8.3
pkgrel=1
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=('7a799d9d3ebc4ae6e3258f0044125bd1')
+md5sums=('011c1052acffb5f1ac59a9c1f819bbd5')
build() {
export PATH="$(pwd)/build/apps:$PATH"
diff --git a/gdal-hdf4.changelog b/gdal-hdf4.changelog
index 62614b8af73d..93fe227b19ba 100644
--- a/gdal-hdf4.changelog
+++ b/gdal-hdf4.changelog
@@ -1,3 +1,6 @@
+2024-01-13 Guillermo Duran <gds506@gmail.com>
+ * gdal 3.8.3
+
2023-12-20 Guillermo Duran <gds506@gmail.com>
* gdal 3.8.2