summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2018-08-31 11:31:06 -0400
committerGuillaume Horel2018-08-31 11:31:06 -0400
commit6a39310c41d504c08cbb1bdc5e3b1524ea367493 (patch)
treef559e5736b5b3c71f7c5fd86d2374237aa4ef189
parentfd5a1ef145728fb415e48c45eb3d7733478ae3fa (diff)
downloadaur-6a39310c41d504c08cbb1bdc5e3b1524ea367493.tar.gz
version bump
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c939a088661e..3cb6c8dfa314 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dask
pkgdesc = Minimal task scheduling abstraction
- pkgver = 0.18.2
+ pkgver = 0.19.0
pkgrel = 1
url = https://github.com/dask/dask
arch = any
@@ -28,8 +28,9 @@ 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.18.2.tar.gz
- sha256sums = 27617b819bac5e06ba74b3a8123b74153ee6d77f38df23ee89f25a732d7e1fdd
+ optdepends = python-gcfs: Google Cloud fs support
+ source = https://github.com/dask/dask/archive/0.19.0.tar.gz
+ sha256sums = 1ae2b772882012f65c732a17808f160c71e3beea4b61a5ae039287f810f965fc
pkgname = python-dask
diff --git a/PKGBUILD b/PKGBUILD
index ed7de28e08ca..2b700bbaa0d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-dask
_pkgname=dask
-pkgver=0.18.2
+pkgver=0.19.0
pkgrel=1
pkgdesc="Minimal task scheduling abstraction"
arch=('any')
@@ -19,10 +19,11 @@ optdepends=('python-bcolz'
'python-graphviz'
'python-psutil'
'python-sparse: sparse data support'
- 'python-s3fs: S3 support')
+ 'python-s3fs: S3 support'
+ 'python-gcfs: Google Cloud fs support')
makedepends=('python-setuptools')
source=("https://github.com/dask/dask/archive/$pkgver.tar.gz")
-sha256sums=('27617b819bac5e06ba74b3a8123b74153ee6d77f38df23ee89f25a732d7e1fdd')
+sha256sums=('1ae2b772882012f65c732a17808f160c71e3beea4b61a5ae039287f810f965fc')
package(){
cd "$srcdir/$_pkgname-$pkgver"