summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2017-11-21 14:29:42 -0500
committerGuillaume Horel2017-11-21 14:29:42 -0500
commitb45919dd0a989d3809c9b2cb055fbb143fba6757 (patch)
tree9957b3044bd09bd175536f5e38b4641588e0753e /PKGBUILD
parent971a50605d4832746f886f52ae85e38403d436f8 (diff)
downloadaur-b45919dd0a989d3809c9b2cb055fbb143fba6757.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8509c5cee706..83fc5838b80c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-dask
_pkgname=dask
-pkgver=0.15.4
+pkgver=0.16.0
pkgrel=1
pkgdesc="Minimal task scheduling abstraction"
arch=('any')
@@ -23,7 +23,7 @@ optdepends=('python-bcolz'
'python-s3fs: S3 support')
makedepends=('python-setuptools')
source=("https://github.com/dask/dask/archive/$pkgver.tar.gz")
-sha256sums=('a43e02026ddd6d80a1809c1cc94ca3acd29cc697c0d3ae35529f364325b8bf60')
+sha256sums=('214e838ee7e7a4328e5dfbc7859e0f2d6226636adab98aa59c0f6d7dc561875b')
package(){
cd "$srcdir/$_pkgname-$pkgver"