summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Kuster2021-08-10 15:12:27 -0700
committerOliver Kuster2021-08-10 15:12:27 -0700
commit5fa2565f1dd8c3a26b65aceb2387d3accf53ccad (patch)
tree9ac232d37231679de122f7fff639cad6ea6d415f
parent06acceb8a791693ce8faeed278fa137cd75333ff (diff)
downloadaur-5fa2565f1dd8c3a26b65aceb2387d3accf53ccad.tar.gz
gdal-ecw 3.3.1-2 - fixing provides gdal=3.3.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66649c347dc2..a302a4b533ac 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.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://gdal.org/
changelog = gdal-ecw.changelog
arch = x86_64
@@ -37,7 +37,7 @@ pkgbase = gdal-ecw
optdepends = mariadb: mariadb database support
optdepends = perl: perl binding support
optdepends = unixodbc: when present while building, will add odbc support
- provides = gdal=3.3.0
+ provides = gdal=3.3.1
conflicts = gdal
options = !emptydirs
source = https://download.osgeo.org/gdal/3.3.1/gdal-3.3.1.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index ab536ec35b9a..0e46d5543095 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,11 +9,11 @@
pkgbase=gdal-ecw
_pkgbase=gdal
-provides=('gdal=3.3.0')
+provides=('gdal=3.3.1')
conflicts=('gdal')
pkgname=('gdal-ecw' 'python-gdal-ecw')
pkgver=3.3.1
-pkgrel=1
+pkgrel=2
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/"