summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-09-29 10:22:27 -0400
committerGuillaume Horel2019-09-29 10:22:27 -0400
commit33d6703fa9cf1bab21c8d870883b907f99aef3ed (patch)
tree3c4983856baeb3920c0e21cbbe63a1f7572f9b6c
parent6f4f41bd337322e97f7800310a0b4d5540549a92 (diff)
downloadaur-33d6703fa9cf1bab21c8d870883b907f99aef3ed.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 a2fe361a75cf..27b9450083be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fiona
pkgdesc = Reads and writes spatial data files
- pkgver = 1.8.6
+ pkgver = 1.8.8
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
+ depends = gdal<3
optdepends = python-click-plugins: for fio command line tool.
options = !emptydirs
- source = https://github.com/Toblerity/Fiona/archive/1.8.6.tar.gz
- sha256sums = b6966598725030379f1b0c34e5517941c1b14b32e2a87222c2e585c881c934d8
+ source = https://github.com/Toblerity/Fiona/archive/1.8.8.tar.gz
+ sha256sums = 2072010f72953bd1005a5b92fac84725ce8cf77a2581bac0dfe99613fa0d57c8
pkgname = python-fiona
diff --git a/PKGBUILD b/PKGBUILD
index 5249b444b5f5..db43158ab4c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=python-fiona
-pkgver=1.8.6
+pkgver=1.8.8
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')
+depends=('python' 'python-six' 'python-cligj' 'python-munch' 'gdal<3')
makedepends=('cython')
optdepends=('python-click-plugins: for fio command line tool.')
options=(!emptydirs)
source=("https://github.com/Toblerity/Fiona/archive/$pkgver.tar.gz")
-sha256sums=('b6966598725030379f1b0c34e5517941c1b14b32e2a87222c2e585c881c934d8')
+sha256sums=('2072010f72953bd1005a5b92fac84725ce8cf77a2581bac0dfe99613fa0d57c8')
check() {
cd "$srcdir/Fiona-$pkgver"