summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2017-05-11 12:46:44 -0400
committerGuillaume Horel2017-05-11 12:46:44 -0400
commite81d54844216915cedc539289095dd782a11e09e (patch)
tree511e209cc5eeadae13856fe145339ab3b1402dc0
parent460121e957cc639ef16ba64eebe47e31e57bc80a (diff)
downloadaur-e81d54844216915cedc539289095dd782a11e09e.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 52065626a853..9ffd9de2c890 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dask
pkgdesc = Minimal task scheduling abstraction
- pkgver = 0.14.1
+ pkgver = 0.14.3
pkgrel = 1
url = https://github.com/dask/dask
arch = any
@@ -24,8 +24,8 @@ pkgbase = python-dask
optdepends = python-fastparquet
optdepends = python-bokeh
optdepends = python-psutil
- source = https://github.com/dask/dask/archive/0.14.1.tar.gz
- sha256sums = 98b989e90aa017f87adc05f9c1dcdcd57e2869c3a09a1d73bb1d7f526968d456
+ source = https://github.com/dask/dask/archive/0.14.3.tar.gz
+ sha256sums = 121f7e44200954c13e30d9f53056f73fee48ed6eb72da5faf9684450adf9e353
pkgname = python-dask
diff --git a/PKGBUILD b/PKGBUILD
index 564dc4e43481..e4dad56e130c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-dask
_pkgname=dask
-pkgver=0.14.1
+pkgver=0.14.3
pkgrel=1
pkgdesc="Minimal task scheduling abstraction"
arch=('any')
@@ -15,7 +15,7 @@ checkdepends=('python-bcolz' 'python-bokeh' 'python-cachey' 'python-graphviz' 'p
optdepends=('python-bcolz' 'python-cachey' 'python-fastparquet' 'python-bokeh' 'python-psutil')
makedepends=('python-setuptools')
source=("https://github.com/dask/dask/archive/$pkgver.tar.gz")
-sha256sums=('98b989e90aa017f87adc05f9c1dcdcd57e2869c3a09a1d73bb1d7f526968d456')
+sha256sums=('121f7e44200954c13e30d9f53056f73fee48ed6eb72da5faf9684450adf9e353')
package(){
cd "$srcdir/$_pkgname-$pkgver"