summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2021-03-10 09:01:59 -0500
committerGuillaume Horel2021-03-10 09:01:59 -0500
commitd74af2bb46c3bb5e98c0a590affe83ebb4742b95 (patch)
tree81be6b24755737768afe841324069119ed61f5e0 /PKGBUILD
parent1135b2c3f807151ecace977e4972334b05310e64 (diff)
downloadaur-d74af2bb46c3bb5e98c0a590affe83ebb4742b95.tar.gz
bump to 0.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 4 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0be970df7aa8..aca95e25d2e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,18 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=python-geopandas
_pkgname=geopandas
-pkgver=0.8.1
+pkgver=0.9.0
pkgrel=1
pkgdesc="Geographic pandas extension"
arch=('any')
url="https://github.com/geopandas/geopandas"
license=('BSD')
checkdepends=('python-descartes' 'python-matplotlib' 'python-pytest' 'python-rtree')
-depends=('python' 'python-fiona' 'python-numpy' 'python-pandas' 'python-pyproj' 'python-shapely')
+depends=('python-fiona' 'python-numpy' 'python-pandas' 'python-pyproj' 'python-shapely')
optdepends=('python-pyarrow' 'python-descartes' 'python-geopy' 'python-psycopg2')
options=(!emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/geopandas/geopandas/archive/v$pkgver.tar.gz"
- "1544.patch")
-sha256sums=('c73b7c5a428ffa2c9b1fe8c0ff267d67df9a87143a0d3a95323401823218a7b1'
- 'cb7ce76526a311fbe5e47df8b79d90b8dec0eeeb2a736b6f3482acee68ffa4f1')
-
-prepare() {
- cd "$_pkgname-$pkgver"
- patch -p1 < ../1544.patch
-}
+source=("$pkgname-$pkgver.tar.gz::https://github.com/geopandas/geopandas/archive/v$pkgver.tar.gz")
+sha256sums=('b315da3347f0b1847a30df6ea7bbb4e690b18e762da8fa9f32a166afe98b91dc')
check() {
cd "$srcdir/$_pkgname-$pkgver"