summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2020-11-30 21:45:47 -0500
committerGuillaume Horel2020-11-30 21:45:47 -0500
commitc2a0eabf8ee75a1fe281b17241feda87452799d5 (patch)
tree944ae815a7071543918da57d1b8e35d6aeae89d4 /PKGBUILD
parent09f5afcaa336d082c1c5a208b7fc95c7d43baaea (diff)
downloadaur-python-fiona.tar.gz
bump to 1.8.18
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45015ddd0460..d6aa6d4efa9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=python-fiona
-pkgver=1.8.17
+pkgver=1.8.18
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=('83961298b0194038724dabb8506d9baf9acc3c8ef6ec7ea1dd47d969f06e9c08')
+sha256sums=('ae019a3f7fec97f49969a804f7ea24b7b02b4ca433f55dd3716da51d5946ed17')
check() {
cd "$srcdir/Fiona-$pkgver"