summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2017-05-14 18:17:18 -0400
committerGuillaume Horel2017-05-14 18:17:18 -0400
commitaa73dbcf0bdf119b281cf7166a12855303e1e862 (patch)
tree6cd5d1a5c05c2f277d1b41ba575dd1c4d558ecd2
parent27bcf284d7946abc069082a1d1973c34c1ac5a82 (diff)
downloadaur-aa73dbcf0bdf119b281cf7166a12855303e1e862.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a011ece22f2..93331b10f948 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,22 @@
pkgbase = python-fiona
pkgdesc = Reads and writes spatial data files
- pkgver = 1.7.5
+ pkgver = 1.7.6
pkgrel = 1
url = https://github.com/Toblerity/Fiona
arch = any
license = BSD
checkdepends = python-click-plugins
checkdepends = python-nose
+ makedepends = cython
depends = python
- depends = cython
depends = python-six
depends = python-cligj
depends = python-munch
depends = gdal
optdepends = python-click-plugins: for fio command line tool.
options = !emptydirs
- source = https://pypi.python.org/packages/6d/d6/4b6535985347609e2096885497519b69e1231dcc77d8b829e02c57baf327/Fiona-1.7.5.tar.gz
- sha256sums = 7875f64f717c97ac5d54521fbeb1f0a1594463119d8fd43d5aa2aa28d8bccffd
+ source = https://github.com/Toblerity/Fiona/archive/1.7.6.tar.gz
+ sha256sums = 00f4cd94bc3e095e5c576dd42184722d5f99e061fce9b992f77f2fbd8afeb76e
pkgname = python-fiona
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"