summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c98cf1b367c..039cf2ea6e87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -37,7 +37,7 @@ pkgbase = python-dask
optdepends = python-gcsfs: Google Cloud Storage fs support
optdepends = python-zarr
source = https://github.com/dask/dask/archive/2.7.0.tar.gz
- sha256sums = 33778929ed878f1aaebfc937c3721d3d21eddbce660479aef3a3608035d4012e
+ sha256sums = 8e47fe92540cd2f03c4f339eb5345f114f6392fe679d69b7ede75a8e81be2c26
pkgname = python-dask
diff --git a/PKGBUILD b/PKGBUILD
index d8d601efaed9..c845e1604ebc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ optdepends=('python-bcolz'
'python-zarr')
makedepends=('python-setuptools')
source=("https://github.com/dask/dask/archive/$pkgver.tar.gz")
-sha256sums=('33778929ed878f1aaebfc937c3721d3d21eddbce660479aef3a3608035d4012e')
+sha256sums=('8e47fe92540cd2f03c4f339eb5345f114f6392fe679d69b7ede75a8e81be2c26')
package(){
cd "$srcdir/$_pkgname-$pkgver"