summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2019-03-12 17:19:40 -0400
committerGuillaume Horel2019-03-12 17:19:40 -0400
commit610fbaee659da635a4c845bc2025a43fb18cf5ec (patch)
tree63fab763a5dfc9c0d52d169f8c0abd67d1d03ec3 /PKGBUILD
parent380472628caeac4c0fec1251f6ef4957e9151d2a (diff)
downloadaur-610fbaee659da635a4c845bc2025a43fb18cf5ec.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 2c8f7f4373c7..4251d09d9b7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=python-dask
pkgname=('python-dask' 'python2-dask')
_pkgname=dask
-pkgver=1.1.0
+pkgver=1.1.4
pkgrel=1
pkgdesc="Minimal task scheduling abstraction"
arch=('any')
@@ -24,7 +24,7 @@ optdepends=('python-bcolz'
'python-gcsfs: Google Cloud Storage fs support')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://github.com/dask/dask/archive/$pkgver.tar.gz")
-sha256sums=('49961ec21c26d16d63913c55ca0d88fa566d97b09f7ab65e03dabee1646c4182')
+sha256sums=('eda610259772fdf6f271c907957bbead5aa85138e3ca5620fd4e747751a79fb5')
prepare() {
cp -a $_pkgname-$pkgver{,-py2}