summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2019-11-16 09:23:26 -0500
committerGuillaume Horel2019-11-16 09:23:26 -0500
commite910bcb107a76a46185a485ee270b2eb9c40a2fd (patch)
tree9f47ecc546552e36a4d475a5c006f349a769b894 /PKGBUILD
parent2fa26dfbe0ae43649917eb5fc924b8bc0a6dfeed (diff)
downloadaur-e910bcb107a76a46185a485ee270b2eb9c40a2fd.tar.gz
update checksum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2cef198ac0d..b0d0dbfd3771 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +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=("https://github.com/geopandas/geopandas/archive/v$pkgver.tar.gz")
-sha256sums=('07bd4427e28dccfaa5d2239c38896e1823d5dfddb151e8a266197b5595b3c2e5')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/geopandas/geopandas/archive/v$pkgver.tar.gz")
+sha256sums=('97f47820e5df308d5a1586cbc942ec88c56078596942f03d5dc439b0b568f741')
prepare() {
cd "$srcdir/$_pkgname-$pkgver"