[arch-commits] Commit in python-distributed/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Sun Nov 15 11:13:00 UTC 2020
Date: Sunday, November 15, 2020 @ 11:12:59
Author: archange
Revision: 754401
upgpkg: python-distributed 2.30.1-1
Modified:
python-distributed/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-15 10:51:15 UTC (rev 754400)
+++ PKGBUILD 2020-11-15 11:12:59 UTC (rev 754401)
@@ -2,8 +2,8 @@
_pkg=distributed
pkgname=python-${_pkg}
-pkgver=2.30.0
-pkgrel=3
+pkgver=2.30.1
+pkgrel=1
pkgdesc="Distributed task scheduler for Dask"
arch=(any)
url="https://distributed.dask.org/"
@@ -31,7 +31,7 @@
)
source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
#source=(https://github.com/dask/distributed/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('3eb8e4173625cea6ebda2f0a079b813eeabbffd1b24584855cf063ed1cca60b3')
+sha256sums=('1421d3b84a0885aeb2c4bdc9e8896729c0f053a9375596c9de8864e055e2ac8e')
build() {
cd ${_pkg}-${pkgver}
More information about the arch-commits
mailing list