summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2020-01-12 20:50:54 -0500
committerGuillaume Horel2020-01-12 20:50:54 -0500
commit1f01b433fa8a6ef58331dea8ddfe4a3e9ac1c515 (patch)
tree41ae4c657d751dca079d4512635219b289a3d188
parent329d372113895c6ab2ce424edd597d8f17499ca8 (diff)
downloadaur-1f01b433fa8a6ef58331dea8ddfe4a3e9ac1c515.tar.gz
revert patch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD11
2 files changed, 2 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1adf865afb00..10705c0a69e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,9 +21,7 @@ pkgbase = python-geopandas
optdepends = python-psycopg2
options = !emptydirs
source = python-geopandas-0.6.2.tar.gz::https://github.com/geopandas/geopandas/archive/v0.6.2.tar.gz
- source = 1227.patch
sha256sums = 2097f9661b8f04ce49592dcb523a861829c1bd6ad747454355c93cc341cd366b
- sha256sums = 8236ac8a9f8d8f5b37485d59e81d400d0f7e42f624951fdd6df0599ed5397a47
pkgname = python-geopandas
diff --git a/PKGBUILD b/PKGBUILD
index 5cb188465d81..283f7b0fc3ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,15 +11,8 @@ checkdepends=('python-descartes' 'python-matplotlib' 'python-pytest' 'python-rtr
depends=('python' 'python-fiona' 'python-numpy' 'python-pandas' 'python-pyproj' 'python-shapely' 'python-six')
optdepends=('python-descartes' 'python-geopy' 'python-psycopg2')
options=(!emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/geopandas/geopandas/archive/v$pkgver.tar.gz"
- "1227.patch")
-sha256sums=('2097f9661b8f04ce49592dcb523a861829c1bd6ad747454355c93cc341cd366b'
- '8236ac8a9f8d8f5b37485d59e81d400d0f7e42f624951fdd6df0599ed5397a47')
-
-prepare() {
- cd "$srcdir/$_pkgname-$pkgver"
- patch -p1 < ../1227.patch
-}
+source=("$pkgname-$pkgver.tar.gz::https://github.com/geopandas/geopandas/archive/v$pkgver.tar.gz")
+sha256sums=('2097f9661b8f04ce49592dcb523a861829c1bd6ad747454355c93cc341cd366b')
check() {
cd "$srcdir/$_pkgname-$pkgver"