summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2017-09-26 10:37:56 -0400
committerGuillaume Horel2017-09-26 10:37:56 -0400
commitfb2a1280caadbbfb9b0dd3afc2477f2d75650bbf (patch)
tree6bb6f30500bfecffaffb48b86f0132219a198c98
parentf5d8145419cbd4ebad2aa953af71da7c6aa8a660 (diff)
downloadaur-fb2a1280caadbbfb9b0dd3afc2477f2d75650bbf.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9248f25fcee9..75a15e39de21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dask
pkgdesc = Minimal task scheduling abstraction
- pkgver = 0.15.2
+ pkgver = 0.15.3
pkgrel = 1
url = https://github.com/dask/dask
arch = any
@@ -28,8 +28,8 @@ pkgbase = python-dask
optdepends = python-psutil
optdepends = python-sparse: sparse data support
optdepends = python-s3fs: S3 support
- source = https://github.com/dask/dask/archive/0.15.2.tar.gz
- sha256sums = f06a8a677c26defea0df48c986509e95d3a6026cfde28f00a663f1f4c797df76
+ source = https://github.com/dask/dask/archive/0.15.3.tar.gz
+ sha256sums = fda2f293f7bac1d699d47313244fd01ca21a5378fc3a434a356f20739093aef0
pkgname = python-dask
diff --git a/PKGBUILD b/PKGBUILD
index 921380bec039..ab87f98f12d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-dask
_pkgname=dask
-pkgver=0.15.2
+pkgver=0.15.3
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=('f06a8a677c26defea0df48c986509e95d3a6026cfde28f00a663f1f4c797df76')
+sha256sums=('fda2f293f7bac1d699d47313244fd01ca21a5378fc3a434a356f20739093aef0')
package(){
cd "$srcdir/$_pkgname-$pkgver"