summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ae130ba32a8..c027489d1b2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=python-fiona
-pkgver=1.7.5
+pkgver=1.7.6
pkgrel=1
pkgdesc="Reads and writes spatial data files"
arch=('any')
url="https://github.com/Toblerity/Fiona"
license=('BSD')
checkdepends=('python-click-plugins' 'python-nose')
-depends=('python' 'cython' 'python-six' 'python-cligj' 'python-munch' 'gdal')
+depends=('python' 'python-six' 'python-cligj' 'python-munch' 'gdal')
+makedepends=('cython')
optdepends=('python-click-plugins: for fio command line tool.')
options=(!emptydirs)
-source=("https://pypi.python.org/packages/6d/d6/4b6535985347609e2096885497519b69e1231dcc77d8b829e02c57baf327/Fiona-$pkgver.tar.gz")
-sha256sums=('7875f64f717c97ac5d54521fbeb1f0a1594463119d8fd43d5aa2aa28d8bccffd')
+source=("https://github.com/Toblerity/Fiona/archive/$pkgver.tar.gz")
+sha256sums=('00f4cd94bc3e095e5c576dd42184722d5f99e061fce9b992f77f2fbd8afeb76e')
#check() {
# cd "$srcdir/Fiona-$pkgver"