summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2017-11-13 10:48:32 -0500
committerGuillaume Horel2017-11-13 10:48:32 -0500
commit86a90f9b5a07e06d983d8c8a3274778b4f5316d5 (patch)
treee1d57873612103b8c29bf58b017cfc5c44ee743d
parentb1f8684f1ff3a0ec0a3e7d05eb81e3832ff2c475 (diff)
downloadaur-86a90f9b5a07e06d983d8c8a3274778b4f5316d5.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc7102c64bb4..1124831987e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fiona
pkgdesc = Reads and writes spatial data files
- pkgver = 1.7.9
+ pkgver = 1.8a1
pkgrel = 1
url = https://github.com/Toblerity/Fiona
arch = any
@@ -15,8 +15,8 @@ pkgbase = python-fiona
depends = gdal
optdepends = python-click-plugins: for fio command line tool.
options = !emptydirs
- source = https://github.com/Toblerity/Fiona/archive/1.7.9.tar.gz
- sha256sums = cc24a4c5fe0db05d10bfbac3ef9511e23fe22252d833edf138154af005f31c95
+ source = https://github.com/Toblerity/Fiona/archive/1.8a1.tar.gz
+ sha256sums = 1a229bb511b0b228357556251a2c66c9a96e4321b195e2c67b996b8f93c78283
pkgname = python-fiona
diff --git a/PKGBUILD b/PKGBUILD
index 6c498234d2bd..b529bad20731 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=python-fiona
-pkgver=1.7.9
+pkgver=1.8a1
pkgrel=1
pkgdesc="Reads and writes spatial data files"
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('cython')
optdepends=('python-click-plugins: for fio command line tool.')
options=(!emptydirs)
source=("https://github.com/Toblerity/Fiona/archive/$pkgver.tar.gz")
-sha256sums=('cc24a4c5fe0db05d10bfbac3ef9511e23fe22252d833edf138154af005f31c95')
+sha256sums=('1a229bb511b0b228357556251a2c66c9a96e4321b195e2c67b996b8f93c78283')
#check() {
# cd "$srcdir/Fiona-$pkgver"