summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2020-03-10 16:24:07 -0400
committerGuillaume Horel2020-03-10 16:24:07 -0400
commitb8de66a399b9532a7979afabf305a04574024fe4 (patch)
treeba329d8d3adf18047d7a7cb31f0e7165a7fed6c4
parente6eeddfacb78bc2b432c327d04bc605d7c5f3609 (diff)
downloadaur-b8de66a399b9532a7979afabf305a04574024fe4.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 10705c0a69e4..a0e4384cf63a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-geopandas
pkgdesc = Geographic pandas extension
- pkgver = 0.6.2
+ pkgver = 0.7.0
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 = python-geopandas-0.6.2.tar.gz::https://github.com/geopandas/geopandas/archive/v0.6.2.tar.gz
- sha256sums = 2097f9661b8f04ce49592dcb523a861829c1bd6ad747454355c93cc341cd366b
+ source = python-geopandas-0.7.0.tar.gz::https://github.com/geopandas/geopandas/archive/v0.7.0.tar.gz
+ sha256sums = 7a59954a66b7ab6bf7ff84ee4bed712183286d54d2008a02b0b757ec248e0c75
pkgname = python-geopandas
diff --git a/PKGBUILD b/PKGBUILD
index 283f7b0fc3ee..93855fa0f6e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=python-geopandas
_pkgname=geopandas
-pkgver=0.6.2
+pkgver=0.7.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=("$pkgname-$pkgver.tar.gz::https://github.com/geopandas/geopandas/archive/v$pkgver.tar.gz")
-sha256sums=('2097f9661b8f04ce49592dcb523a861829c1bd6ad747454355c93cc341cd366b')
+sha256sums=('7a59954a66b7ab6bf7ff84ee4bed712183286d54d2008a02b0b757ec248e0c75')
check() {
cd "$srcdir/$_pkgname-$pkgver"