summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2018-06-15 17:32:58 -0400
committerGuillaume Horel2018-06-15 17:32:58 -0400
commitd9290ac63b833d20fd11622fe4f149c73beb88d0 (patch)
tree6d29bd951e801cd73b2347c0b8fd9c286bfed1bd /PKGBUILD
parentc6a4832b8ab485a8481e471712f6fb006675fc9b (diff)
downloadaur-d9290ac63b833d20fd11622fe4f149c73beb88d0.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 daf890726caf..68e0cd4bac0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-dask
_pkgname=dask
-pkgver=0.17.5
+pkgver=0.18.0
pkgrel=1
pkgdesc="Minimal task scheduling abstraction"
arch=('any')
@@ -22,7 +22,7 @@ optdepends=('python-bcolz'
'python-s3fs: S3 support')
makedepends=('python-setuptools')
source=("https://github.com/dask/dask/archive/$pkgver.tar.gz")
-sha256sums=('594aec89340a2276e85e447acbad814f819c5d7286ec7165f7c1b65dc49f9512')
+sha256sums=('560df01fb05ebb804ecffd94807363d833eb781f59a0bed616bc84bd31223861')
package(){
cd "$srcdir/$_pkgname-$pkgver"