summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlireza |S.N|2023-12-23 11:27:08 +0330
committerAlireza |S.N|2023-12-23 11:27:08 +0330
commitbec46cfac4c0c7727fedd8e8d7ce659e2f14fd0e (patch)
treefe6cd54d5b6a107f032b8a3853b3bcd0855e50ac
parent82287df63d986436e9922d9c9929e147d63845fa (diff)
downloadaur-bec46cfac4c0c7727fedd8e8d7ce659e2f14fd0e.tar.gz
Update to 3.8.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2160e357b4c..88e14b881dad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gdal-libkml-filegdb
pkgdesc = A translator library for raster and vector geospatial data formats (with libkml and filegdb support)
- pkgver = 3.8.1
+ pkgver = 3.8.2
pkgrel = 1
url = https://gdal.org/
changelog = gdal.changelog
@@ -54,8 +54,8 @@ pkgbase = gdal-libkml-filegdb
makedepends = libaec
makedepends = libkml-git
provides = gdal
- source = https://download.osgeo.org/gdal/3.8.1/gdal-3.8.1.tar.xz
- b2sums = ccf2f84d561b66a220b5f3798cc6dceb6ef0c64e5bd1f12034aaead534cc9f5faa0174485a5c2be62e709eb4403883c959771fd7af197a2683c28ce4d47cea7c
+ source = https://download.osgeo.org/gdal/3.8.2/gdal-3.8.2.tar.xz
+ b2sums = c00a69810f9c7ac1f8dd30e5bcee6a87277cc93391a8569ebc77ea53df52ee712310baad36ff32354b7bea6fa5a5f3b8f4f106ffe1534df4aa2fbc9afa5a9ee9
pkgname = gdal-libkml-filegdb
depends = proj
@@ -107,7 +107,7 @@ pkgname = gdal-libkml-filegdb
pkgname = python-gdal-libkml-filegdb
pkgdesc = Python bindings for GDAL
- depends = gdal-libkml-filegdb=3.8.1
+ depends = gdal-libkml-filegdb=3.8.2
depends = python-numpy
provides = python-gdal
conflicts = python-gdal
diff --git a/PKGBUILD b/PKGBUILD
index 7280b1a3ff55..17376bc1dd1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=gdal-libkml-filegdb
pkgname=(gdal-libkml-filegdb python-gdal-libkml-filegdb)
-pkgver=3.8.1
+pkgver=3.8.2
pkgrel=1
provides=('gdal')
pkgdesc="A translator library for raster and vector geospatial data formats (with libkml and filegdb support)"
@@ -23,7 +23,7 @@ makedepends=(cmake opencl-headers python-setuptools python-numpy
# ogdi
changelog=gdal.changelog
source=(https://download.osgeo.org/gdal/${pkgver}/gdal-${pkgver}.tar.xz)
-b2sums=('ccf2f84d561b66a220b5f3798cc6dceb6ef0c64e5bd1f12034aaead534cc9f5faa0174485a5c2be62e709eb4403883c959771fd7af197a2683c28ce4d47cea7c')
+b2sums=('c00a69810f9c7ac1f8dd30e5bcee6a87277cc93391a8569ebc77ea53df52ee712310baad36ff32354b7bea6fa5a5f3b8f4f106ffe1534df4aa2fbc9afa5a9ee9')
build() {
export PATH="$(pwd)/build/apps:$PATH"