summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2019-11-21 13:37:19 -0500
committerGuillaume Horel2019-11-21 13:37:19 -0500
commit4c31a81a8940c4fe5e302fa3642791d5b1fea6c4 (patch)
tree4ecf808ef8d5ca3019cbff4c9518d9b1d5eb9db4 /PKGBUILD
parent22fcdc1aa69fda712fa100bd9c05f0adde9edd97 (diff)
downloadaur-4c31a81a8940c4fe5e302fa3642791d5b1fea6c4.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 fe39456d3a98..1a835dc306c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='python-dask'
_pkgname=dask
-pkgver=2.7.0
+pkgver=2.8.0
pkgrel=1
pkgdesc="Minimal task scheduling abstraction"
arch=('any')
@@ -28,7 +28,7 @@ optdepends=('ipython: ipython integration'
'python-zarr')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/dask/dask/archive/$pkgver.tar.gz")
-sha256sums=('33778929ed878f1aaebfc937c3721d3d21eddbce660479aef3a3608035d4012e')
+sha256sums=('eeaca21cb925faef7d142031bbf9eecc25546defc57b9c7bc899b6febe996583')
package(){
cd "$srcdir/$_pkgname-$pkgver"