summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50bc94c388fc..dd3d3bb804cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-distributed
pkgdesc = Python library for distributed computing
- pkgver = 2.7.0
+ pkgver = 2.8.0
pkgrel = 1
url = http://distributed.readthedocs.org/en/stable/
arch = any
@@ -32,8 +32,8 @@ pkgbase = python-distributed
optdepends = python-asyncssh: Computing cluster using SSH communication
optdepends = python-pytorch: Support for tensors and dynamic neural networks
optdepends = python-ipywidgets: Extra widgets in diagnostic pages
- source = 2.7.0.tar.gz::https://codeload.github.com/dask/distributed/tar.gz/2.7.0
- sha256sums = 8e47fe92540cd2f03c4f339eb5345f114f6392fe679d69b7ede75a8e81be2c26
+ source = 2.8.0.tar.gz::https://codeload.github.com/dask/distributed/tar.gz/2.8.0
+ sha256sums = 2e9a92877ac31ff292ec24ba4c6f52f6cebc692ece7101f205ffb4dce73d0b4e
pkgname = python-distributed
diff --git a/PKGBUILD b/PKGBUILD
index 1b847f08071d..5d1615f23589 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-distributed
_pkgname=distributed
-pkgver=2.7.0
+pkgver=2.8.0
pkgrel=1
pkgdesc="Python library for distributed computing"
arch=('any')
@@ -34,7 +34,7 @@ optdepends=(
url="http://distributed.readthedocs.org/en/stable/"
license=('BSD')
source=("$pkgver.tar.gz::https://codeload.github.com/dask/distributed/tar.gz/$pkgver")
-sha256sums=('8e47fe92540cd2f03c4f339eb5345f114f6392fe679d69b7ede75a8e81be2c26')
+sha256sums=('2e9a92877ac31ff292ec24ba4c6f52f6cebc692ece7101f205ffb4dce73d0b4e')
build() {
cd "$_pkgname-$pkgver"