summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-11-13 21:22:45 -0500
committerGuillaume Horel2019-11-13 21:22:45 -0500
commita0e02bfb6b1af2e2a6da3a37026ce4cfe559798a (patch)
treeb65ec8549caa4b21efb8e8db6a0d25d1722f6999
parent8cf99fe0f7bdfcdd65838c4e324513d8470c7b21 (diff)
downloadaur-a0e02bfb6b1af2e2a6da3a37026ce4cfe559798a.tar.gz
fix download name
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 039cf2ea6e87..42dfefa121e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -36,8 +36,8 @@ pkgbase = python-dask
optdepends = python-s3fs: S3 support
optdepends = python-gcsfs: Google Cloud Storage fs support
optdepends = python-zarr
- source = https://github.com/dask/dask/archive/2.7.0.tar.gz
- sha256sums = 8e47fe92540cd2f03c4f339eb5345f114f6392fe679d69b7ede75a8e81be2c26
+ source = python-dask-2.7.0.tar.gz::https://github.com/dask/dask/archive/2.7.0.tar.gz
+ sha256sums = 33778929ed878f1aaebfc937c3721d3d21eddbce660479aef3a3608035d4012e
pkgname = python-dask
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"