summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2020-09-08 10:08:38 -0400
committerGuillaume Horel2020-09-08 10:08:38 -0400
commitc546f6e1c7059d38896f275981309a477fb03e6c (patch)
tree63284b8c384b7f5d0570f4e0fbf50be6216003b0
parent39708f1b75329ac64db3d0cf7ccd9104875b8e7f (diff)
downloadaur-c546f6e1c7059d38896f275981309a477fb03e6c.tar.gz
bump to 1.8.16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3917a476675..e695b57d437a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fiona
pkgdesc = Reads and writes spatial data files
- pkgver = 1.8.13
+ pkgver = 1.8.16
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.13.tar.gz::https://github.com/Toblerity/Fiona/archive/1.8.13.tar.gz
- sha256sums = eae2af4e2822558851bd1ed6e331420faa1b76eaffc750180d7c6db03a660ef9
+ source = python-fiona-1.8.16.tar.gz::https://github.com/Toblerity/Fiona/archive/1.8.16.tar.gz
+ sha256sums = b64fe1cafd24dd7703fb5b8cbee1a221ce5206826f81942816783a27558761f7
pkgname = python-fiona
diff --git a/PKGBUILD b/PKGBUILD
index e0432d8fb80e..fbbd23a2d835 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=python-fiona
-pkgver=1.8.13
+pkgver=1.8.16
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=('eae2af4e2822558851bd1ed6e331420faa1b76eaffc750180d7c6db03a660ef9')
+sha256sums=('b64fe1cafd24dd7703fb5b8cbee1a221ce5206826f81942816783a27558761f7')
check() {
cd "$srcdir/Fiona-$pkgver"