summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-10-22 09:54:58 -0400
committerGuillaume Horel2019-10-22 09:54:58 -0400
commit7829cc2d8e89c81ac2622c7a196a4e9d81abc93b (patch)
treebe431090455539c69270ae9d0db23c3b59a72c41
parent33d6703fa9cf1bab21c8d870883b907f99aef3ed (diff)
downloadaur-7829cc2d8e89c81ac2622c7a196a4e9d81abc93b.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27b9450083be..030919915c80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fiona
pkgdesc = Reads and writes spatial data files
- pkgver = 1.8.8
+ pkgver = 1.8.9
pkgrel = 1
url = https://github.com/Toblerity/Fiona
arch = x86_64
@@ -13,11 +13,11 @@ pkgbase = python-fiona
depends = python-six
depends = python-cligj
depends = python-munch
- depends = gdal<3
+ depends = gdal
optdepends = python-click-plugins: for fio command line tool.
options = !emptydirs
- source = https://github.com/Toblerity/Fiona/archive/1.8.8.tar.gz
- sha256sums = 2072010f72953bd1005a5b92fac84725ce8cf77a2581bac0dfe99613fa0d57c8
+ source = https://github.com/Toblerity/Fiona/archive/1.8.9.tar.gz
+ sha256sums = c1dcdf3813090519b14cbf557dcfbe97b452722be473530edbccbdfc81601df5
pkgname = python-fiona
diff --git a/PKGBUILD b/PKGBUILD
index db43158ab4c0..e38d607667c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=python-fiona
-pkgver=1.8.8
+pkgver=1.8.9
pkgrel=1
pkgdesc="Reads and writes spatial data files"
arch=('x86_64')
url="https://github.com/Toblerity/Fiona"
license=('BSD')
checkdepends=('python-boto3' 'python-click-plugins' 'python-pytest')
-depends=('python' 'python-six' 'python-cligj' 'python-munch' 'gdal<3')
+depends=('python' 'python-six' 'python-cligj' 'python-munch' 'gdal')
makedepends=('cython')
optdepends=('python-click-plugins: for fio command line tool.')
options=(!emptydirs)
source=("https://github.com/Toblerity/Fiona/archive/$pkgver.tar.gz")
-sha256sums=('2072010f72953bd1005a5b92fac84725ce8cf77a2581bac0dfe99613fa0d57c8')
+sha256sums=('c1dcdf3813090519b14cbf557dcfbe97b452722be473530edbccbdfc81601df5')
check() {
cd "$srcdir/Fiona-$pkgver"