summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlireza |S.N|2024-01-11 20:09:21 +0330
committerAlireza |S.N|2024-01-11 20:09:21 +0330
commit03937cd0cce8f5b8ec65740762389d5b5720b9d4 (patch)
treea608fbe60d980aac3bf4a4ea0ed97f907570e84e
parentbec46cfac4c0c7727fedd8e8d7ce659e2f14fd0e (diff)
downloadaur-03937cd0cce8f5b8ec65740762389d5b5720b9d4.tar.gz
Update to 3.8.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88e14b881dad..4ae9853704c1 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.2
+ pkgver = 3.8.3
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.2/gdal-3.8.2.tar.xz
- b2sums = c00a69810f9c7ac1f8dd30e5bcee6a87277cc93391a8569ebc77ea53df52ee712310baad36ff32354b7bea6fa5a5f3b8f4f106ffe1534df4aa2fbc9afa5a9ee9
+ source = https://download.osgeo.org/gdal/3.8.3/gdal-3.8.3.tar.xz
+ b2sums = 720ccda461e7634ca1548f9bdf8fe1f2583108a16858a9ca001b6ba490d1ddb977b51e3a7e1d034355599997d5ed8ebee36baf0fcccaf4d44053363450665b5f
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.2
+ depends = gdal-libkml-filegdb=3.8.3
depends = python-numpy
provides = python-gdal
conflicts = python-gdal
diff --git a/PKGBUILD b/PKGBUILD
index 17376bc1dd1b..f8ded4fd48e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=gdal-libkml-filegdb
pkgname=(gdal-libkml-filegdb python-gdal-libkml-filegdb)
-pkgver=3.8.2
+pkgver=3.8.3
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=('c00a69810f9c7ac1f8dd30e5bcee6a87277cc93391a8569ebc77ea53df52ee712310baad36ff32354b7bea6fa5a5f3b8f4f106ffe1534df4aa2fbc9afa5a9ee9')
+b2sums=('720ccda461e7634ca1548f9bdf8fe1f2583108a16858a9ca001b6ba490d1ddb977b51e3a7e1d034355599997d5ed8ebee36baf0fcccaf4d44053363450665b5f')
build() {
export PATH="$(pwd)/build/apps:$PATH"