summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2018-07-17 12:49:09 -0400
committerGuillaume Horel2018-07-17 12:49:09 -0400
commit8376575c882b0c1b13a02eee10f7d60f51538711 (patch)
treef857614842529dcde41a6b9cf1fe5c36db933fb8 /PKGBUILD
parent924d9c9abb6e233a96ff2ba2ed3830db67ecd9f1 (diff)
downloadaur-8376575c882b0c1b13a02eee10f7d60f51538711.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2908a0131ecb..8475b134f391 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=python-geopandas
_pkgname=geopandas
-pkgver=0.3.0
+pkgver=0.4.0
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=('ef49a5c8c2e6ff6ff43a494280d0749fdecdf65f4031624d1639fe238b551804')
+sha256sums=('a9082895afe3dec866c60ee9f60ded253b7c973762bfa681b7129e263d6de849')
prepare() {
cd "$srcdir/$_pkgname-$pkgver"