summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkikislater2023-05-09 11:52:37 +0400
committerkikislater2023-05-09 11:52:37 +0400
commit0c0b54d59cfee3e66196e2d87047fac258cacd61 (patch)
tree5a1265a6e671567da04821249516ae571f7eb076
parent51ac926a4c198186c92d545bcfc6bf2e67ba7d6f (diff)
downloadaur-0c0b54d59cfee3e66196e2d87047fac258cacd61.tar.gz
Update to gdal 3.6.4
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 748827c7e6f8..8a32dcc2ddb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gdal-ecw
pkgdesc = A translator library for raster geospatial data formats, with support to ECW format. Based on gdal-hdf4 AUR package.
- pkgver = 3.6.3
- pkgrel = 2
+ pkgver = 3.6.4
+ pkgrel = 1
url = https://gdal.org/
changelog = gdal-ecw.changelog
arch = x86_64
@@ -76,11 +76,11 @@ pkgbase = gdal-ecw
optdepends = perl: perl binding support
optdepends = unixodbc: when present while building, will add odbc support
optdepends = libkml: when present while building, adds kml support
- provides = gdal=3.6.2
+ provides = gdal=3.6.4
conflicts = gdal
options = !emptydirs
- source = https://download.osgeo.org/gdal/3.6.3/gdal-3.6.3.tar.xz
- b2sums = c9d6817e74d0ec377979a060db231ec989e676f9aa0c1c04a8bcd6913c271eaccbb43a59b8bd52f0e297844759a3925039b83c73c4e0773943eeec8af656bb8a
+ source = https://download.osgeo.org/gdal/3.6.4/gdal-3.6.4.tar.xz
+ b2sums = d6abdbcc87029bf230dae5586f06cbd329e5e43be37d8f5e9a72c67c93a6769458cc9c693b498e3f697b1ee1b68c9f9dbf7545ff9819fceb8fdde81b8d4ac882
pkgname = gdal-ecw
depends = proj
@@ -126,7 +126,7 @@ pkgname = gdal-ecw
pkgname = python-gdal-ecw
pkgdesc = Python bindings for GDAL, with support to ECW format
- depends = gdal-ecw=3.6.3
+ depends = gdal-ecw=3.6.4
depends = python-numpy
optdepends =
provides = python-gdal
diff --git a/PKGBUILD b/PKGBUILD
index e7694fd4c353..993d3e6cf401 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,11 +10,11 @@
pkgbase=gdal-ecw
_pkgbase=gdal
-provides=('gdal=3.6.2')
+provides=('gdal=3.6.4')
conflicts=('gdal')
pkgname=('gdal-ecw' 'python-gdal-ecw')
-pkgver=3.6.3
-pkgrel=2
+pkgver=3.6.4
+pkgrel=1
pkgdesc="A translator library for raster geospatial data formats, with support to ECW format. Based on gdal-hdf4 AUR package."
arch=('x86_64')
url="https://gdal.org/"
@@ -39,7 +39,7 @@ optdepends=('postgresql: postgresql database support'
options=('!emptydirs')
changelog=$pkgbase.changelog
source=(https://download.osgeo.org/${_pkgbase}/${pkgver}/${_pkgbase}-${pkgver}.tar.xz)
-b2sums=('c9d6817e74d0ec377979a060db231ec989e676f9aa0c1c04a8bcd6913c271eaccbb43a59b8bd52f0e297844759a3925039b83c73c4e0773943eeec8af656bb8a')
+b2sums=('d6abdbcc87029bf230dae5586f06cbd329e5e43be37d8f5e9a72c67c93a6769458cc9c693b498e3f697b1ee1b68c9f9dbf7545ff9819fceb8fdde81b8d4ac882')
build() {
opt_libs=""