summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2020-01-12 20:28:34 -0500
committerGuillaume Horel2020-01-12 20:28:34 -0500
commit39708f1b75329ac64db3d0cf7ccd9104875b8e7f (patch)
tree8f2b4bd8518745e7cea83f9318a0deabfadee27d
parent96b2dd1b635b0946df9b562ff5dd5a2dfcd4372b (diff)
downloadaur-39708f1b75329ac64db3d0cf7ccd9104875b8e7f.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 3d73c8bcde83..b3917a476675 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fiona
pkgdesc = Reads and writes spatial data files
- pkgver = 1.8.11
+ pkgver = 1.8.13
pkgrel = 1
url = https://github.com/Toblerity/Fiona
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = python-fiona
depends = gdal
optdepends = python-click-plugins: for fio command line tool.
options = !emptydirs
- source = python-fiona-1.8.11.tar.gz::https://github.com/Toblerity/Fiona/archive/1.8.11.tar.gz
- sha256sums = ed500919912f60a3b0d1be6bbb9ec44c683bcd1c9d16ad01f7cc29f7c8477cca
+ source = python-fiona-1.8.13.tar.gz::https://github.com/Toblerity/Fiona/archive/1.8.13.tar.gz
+ sha256sums = eae2af4e2822558851bd1ed6e331420faa1b76eaffc750180d7c6db03a660ef9
pkgname = python-fiona
diff --git a/PKGBUILD b/PKGBUILD
index 3ecb5ebc222c..e0432d8fb80e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=python-fiona
-pkgver=1.8.11
+pkgver=1.8.13
pkgrel=1
pkgdesc="Reads and writes spatial data files"
arch=('x86_64')
@@ -12,7 +12,7 @@ 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=('ed500919912f60a3b0d1be6bbb9ec44c683bcd1c9d16ad01f7cc29f7c8477cca')
+sha256sums=('eae2af4e2822558851bd1ed6e331420faa1b76eaffc750180d7c6db03a660ef9')
check() {
cd "$srcdir/Fiona-$pkgver"