summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2020-11-30 21:45:47 -0500
committerGuillaume Horel2020-11-30 21:45:47 -0500
commitc2a0eabf8ee75a1fe281b17241feda87452799d5 (patch)
tree944ae815a7071543918da57d1b8e35d6aeae89d4
parent09f5afcaa336d082c1c5a208b7fc95c7d43baaea (diff)
downloadaur-python-fiona.tar.gz
bump to 1.8.18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 209e4a939b05..484a2bc4af69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fiona
pkgdesc = Reads and writes spatial data files
- pkgver = 1.8.17
+ pkgver = 1.8.18
pkgrel = 1
url = https://github.com/Toblerity/Fiona
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = python-fiona
depends = gdal
optdepends = python-click-plugins: for fio command line tool.
options = !emptydirs
- source = python-fiona-1.8.17.tar.gz::https://github.com/Toblerity/Fiona/archive/1.8.17.tar.gz
- sha256sums = 83961298b0194038724dabb8506d9baf9acc3c8ef6ec7ea1dd47d969f06e9c08
+ source = python-fiona-1.8.18.tar.gz::https://github.com/Toblerity/Fiona/archive/1.8.18.tar.gz
+ sha256sums = ae019a3f7fec97f49969a804f7ea24b7b02b4ca433f55dd3716da51d5946ed17
pkgname = python-fiona
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"