[arch-commits] Commit in python-dask/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Tue Dec 22 21:04:03 UTC 2020
Date: Tuesday, December 22, 2020 @ 21:04:03
Author: archange
Revision: 782972
upgpkg: python-dask 2020.12.0-1
Modified:
python-dask/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-22 21:03:58 UTC (rev 782971)
+++ PKGBUILD 2020-12-22 21:04:03 UTC (rev 782972)
@@ -2,8 +2,8 @@
_pkg=dask
pkgname=python-${_pkg}
-pkgver=2.30.0
-pkgrel=3
+pkgver=2020.12.0
+pkgrel=1
pkgdesc="Parallel computing with task scheduling"
arch=(any)
url="https://dask.org"
@@ -70,7 +70,7 @@
)
source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
#source=(https://github.com/dask/dask/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('a1669022e25de99b227c3d83da4801f032415962dac431099bf0534648e41a54')
+sha256sums=('43e745afd4b464e6c0113131e430a16dce6ac42460b06e24d799093d098f7ab0')
build() {
cd ${_pkg}-${pkgver}
More information about the arch-commits
mailing list