summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2017-11-01 09:41:14 -0400
committerGuillaume Horel2017-11-01 09:41:14 -0400
commit971a50605d4832746f886f52ae85e38403d436f8 (patch)
treed917731c9c8a24e12c2e27dc61af89d83beecce6 /PKGBUILD
parentfb2a1280caadbbfb9b0dd3afc2477f2d75650bbf (diff)
downloadaur-971a50605d4832746f886f52ae85e38403d436f8.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 ab87f98f12d5..8509c5cee706 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-dask
_pkgname=dask
-pkgver=0.15.3
+pkgver=0.15.4
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=('fda2f293f7bac1d699d47313244fd01ca21a5378fc3a434a356f20739093aef0')
+sha256sums=('a43e02026ddd6d80a1809c1cc94ca3acd29cc697c0d3ae35529f364325b8bf60')
package(){
cd "$srcdir/$_pkgname-$pkgver"