summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fbbd23a2d835..45015ddd0460 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=python-fiona
-pkgver=1.8.16
+pkgver=1.8.17
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-six' 'python-cligj' 'python-munch' 'gdal')
makedepends=('cython')
optdepends=('python-click-plugins: for fio command line tool.')
options=(!emptydirs)
source=("$pkgname-$pkgver.tar.gz::https://github.com/Toblerity/Fiona/archive/$pkgver.tar.gz")
-sha256sums=('b64fe1cafd24dd7703fb5b8cbee1a221ce5206826f81942816783a27558761f7')
+sha256sums=('83961298b0194038724dabb8506d9baf9acc3c8ef6ec7ea1dd47d969f06e9c08')
check() {
cd "$srcdir/Fiona-$pkgver"