summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-07-26 16:54:06 -0400
committerGuillaume Horel2019-07-26 16:54:27 -0400
commit8e444df459583f6bc50364a1fada1dc9493ceb61 (patch)
treeb632e23e16b15f8e7915fa0ba6f9f8eed29a01a3
parent421fb88ac3aa653546d8c162e2de879c8cee199b (diff)
downloadaur-8e444df459583f6bc50364a1fada1dc9493ceb61.tar.gz
version bump
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4841bd606a5c..f59c83a4501a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='python-dask'
_pkgname=dask
-pkgver=2.0.0
+pkgver=2.1.0
pkgrel=1
pkgdesc="Minimal task scheduling abstraction"
arch=('any')
@@ -27,7 +27,7 @@ optdepends=('python-bcolz'
'python-zarr')
makedepends=('python-setuptools')
source=("https://github.com/dask/dask/archive/$pkgver.tar.gz")
-sha256sums=('2cbbbf2b3c8dbd922b30df9eb19f8e420f839b3829ffa8978484160591b6c83c')
+sha256sums=('ae6a80da707025f7a31c1a21d63b34e5f4c02552c92689174b9e13ece12b0bc9')
package(){
cd "$srcdir/$_pkgname-$pkgver"