summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Kuster2021-08-10 15:07:15 -0700
committerOliver Kuster2021-08-10 15:07:15 -0700
commit06acceb8a791693ce8faeed278fa137cd75333ff (patch)
tree64c253def5ae2ba77987e1e61aa8f88d6c78cfb3
parent8c438b837b34ac2d5f46b9feb1ccfdae1bf1dd8d (diff)
downloadaur-06acceb8a791693ce8faeed278fa137cd75333ff.tar.gz
Updating gdal-ecw to 3.3.1, and fixing perl vendor patch
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f87c971f9f8..66649c347dc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
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.0
+ pkgver = 3.3.1
pkgrel = 1
- url = http://www.gdal.org/
+ url = https://gdal.org/
changelog = gdal-ecw.changelog
arch = x86_64
license = custom
@@ -40,16 +40,16 @@ pkgbase = gdal-ecw
provides = gdal=3.3.0
conflicts = gdal
options = !emptydirs
- source = https://download.osgeo.org/gdal/3.3.0/gdal-3.3.0.tar.xz
- source = gdal-perl-vendor.patch::https://git.archlinux.org/svntogit/community.git/plain/trunk/gdal-perl-vendor.patch?h=packages/gdal
- sha256sums = 190c8f4b56afc767f43836b2a5cd53cc52ee7fdc25eb78c6079c5a244e28efa7
+ source = https://download.osgeo.org/gdal/3.3.1/gdal-3.3.1.tar.xz
+ source = https://raw.githubusercontent.com/archlinux/svntogit-community/3a1ed1385f3ff65de7f463789e58c77afe1fb6fa/trunk/gdal-perl-vendor.patch
+ sha256sums = 48ab00b77d49f08cf66c60ccce55abb6455c3079f545e60c90ee7ce857bccb70
sha256sums = 2103b98f2f15954f042d5620658b30d703125927bde2e5eb671c5facb6c2f5ed
pkgname = gdal-ecw
pkgname = python-gdal-ecw
pkgdesc = Python bindings for GDAL, with support to ECW format
- depends = gdal-ecw=3.3.0
+ depends = gdal-ecw=3.3.1
depends = python-numpy
optdepends =
provides = python-gdal
diff --git a/PKGBUILD b/PKGBUILD
index 878c28612143..ab536ec35b9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,11 +12,11 @@ _pkgbase=gdal
provides=('gdal=3.3.0')
conflicts=('gdal')
pkgname=('gdal-ecw' 'python-gdal-ecw')
-pkgver=3.3.0
+pkgver=3.3.1
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="http://www.gdal.org/"
+url="https://gdal.org/"
license=('custom')
depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg-turbo' 'libpng' 'libspatialite' 'libtiff' 'netcdf'
'openjpeg2' 'poppler' 'cfitsio' 'sqlite' 'mariadb-libs' 'postgresql-libs' 'xerces-c' 'json-c'
@@ -32,9 +32,9 @@ optdepends=('postgresql: postgresql database support'
options=('!emptydirs')
changelog=$pkgbase.changelog
source=(https://download.osgeo.org/${_pkgbase}/${pkgver}/${_pkgbase}-${pkgver}.tar.xz
- gdal-perl-vendor.patch::https://git.archlinux.org/svntogit/community.git/plain/trunk/gdal-perl-vendor.patch?h=packages/gdal
+ https://raw.githubusercontent.com/archlinux/svntogit-community/3a1ed1385f3ff65de7f463789e58c77afe1fb6fa/trunk/gdal-perl-vendor.patch
)
-sha256sums=('190c8f4b56afc767f43836b2a5cd53cc52ee7fdc25eb78c6079c5a244e28efa7'
+sha256sums=('48ab00b77d49f08cf66c60ccce55abb6455c3079f545e60c90ee7ce857bccb70'
'2103b98f2f15954f042d5620658b30d703125927bde2e5eb671c5facb6c2f5ed'
)