summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-11-05 13:06:41 -0500
committerGuillaume Horel2019-11-05 13:06:41 -0500
commit2fa26dfbe0ae43649917eb5fc924b8bc0a6dfeed (patch)
tree69b6526b2d2c695c998501c61df8ed2ea19c7ad4
parent6f8904333f0bdff7939457b700fefb249aa201b5 (diff)
downloadaur-2fa26dfbe0ae43649917eb5fc924b8bc0a6dfeed.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 8126952f137e..1a3e9e8886f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-geopandas
pkgdesc = Geographic pandas extension
- pkgver = 0.6.0
+ pkgver = 0.6.1
pkgrel = 1
url = https://github.com/geopandas/geopandas
arch = any
@@ -20,8 +20,8 @@ pkgbase = python-geopandas
optdepends = python-geopy
optdepends = python-psycopg2
options = !emptydirs
- source = https://github.com/geopandas/geopandas/archive/v0.6.0.tar.gz
- sha256sums = b40fbb2110f333b2fbc72793541b4fbd0046f1127d8e67c1323107b1108a6a60
+ source = https://github.com/geopandas/geopandas/archive/v0.6.1.tar.gz
+ sha256sums = 07bd4427e28dccfaa5d2239c38896e1823d5dfddb151e8a266197b5595b3c2e5
pkgname = python-geopandas
diff --git a/PKGBUILD b/PKGBUILD
index 08fd0b0df2d2..a2cef198ac0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=python-geopandas
_pkgname=geopandas
-pkgver=0.6.0
+pkgver=0.6.1
pkgrel=1
pkgdesc="Geographic pandas extension"
arch=('any')
@@ -12,7 +12,7 @@ depends=('python' 'python-fiona' 'python-numpy' 'python-pandas' 'python-pyproj'
optdepends=('python-descartes' 'python-geopy' 'python-psycopg2')
options=(!emptydirs)
source=("https://github.com/geopandas/geopandas/archive/v$pkgver.tar.gz")
-sha256sums=('b40fbb2110f333b2fbc72793541b4fbd0046f1127d8e67c1323107b1108a6a60')
+sha256sums=('07bd4427e28dccfaa5d2239c38896e1823d5dfddb151e8a266197b5595b3c2e5')
prepare() {
cd "$srcdir/$_pkgname-$pkgver"