summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c845e1604ebc..e8a1be0f48ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,8 +26,8 @@ optdepends=('python-bcolz'
'python-gcsfs: Google Cloud Storage fs support'
'python-zarr')
makedepends=('python-setuptools')
-source=("https://github.com/dask/dask/archive/$pkgver.tar.gz")
-sha256sums=('8e47fe92540cd2f03c4f339eb5345f114f6392fe679d69b7ede75a8e81be2c26')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dask/dask/archive/$pkgver.tar.gz")
+sha256sums=('33778929ed878f1aaebfc937c3721d3d21eddbce660479aef3a3608035d4012e')
package(){
cd "$srcdir/$_pkgname-$pkgver"