summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-11-13 21:19:45 -0500
committerGuillaume Horel2019-11-13 21:19:45 -0500
commit8cf99fe0f7bdfcdd65838c4e324513d8470c7b21 (patch)
treed3ba3f9cb012df78345429dea0b352fc6682a27a
parent2a2e5326235f2351d28295ee5db0aaad8b83c6e9 (diff)
downloadaur-8cf99fe0f7bdfcdd65838c4e324513d8470c7b21.tar.gz
update pkgsums
-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"