[arch-commits] Commit in python-blosc/trunk (PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Fri Apr 10 08:20:28 UTC 2020
Date: Friday, April 10, 2020 @ 08:20:28
Author: aginiewicz
Revision: 613073
upgpkg: python-blosc 1.9.0-1: python-blosc: new upstream release
Modified:
python-blosc/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-10 07:25:26 UTC (rev 613072)
+++ PKGBUILD 2020-04-10 08:20:28 UTC (rev 613073)
@@ -1,7 +1,7 @@
# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
pkgname=python-blosc
-pkgver=1.8.3
+pkgver=1.9.0
pkgrel=1
pkgdesc="A Python wrapper for the extremely fast Blosc compression library"
arch=('x86_64')
@@ -10,8 +10,8 @@
depends=('python' 'blosc')
optdepends=('python-numpy: for tests and benchmarks')
makedepends=('python-scikit-build')
-source=("https://github.com/Blosc/python-blosc/archive/v${pkgver}.tar.gz")
-sha256sums=('b3d7bec1810422a4ef59236a083c29fd59b523d0f7c77d040465f75a2ec9030c')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/python-blosc/archive/v${pkgver}.tar.gz")
+sha256sums=('15b6eab0c08685b98fe69336d76ae9fd81145b65035cb87aafcc48d91a094901')
build() {
cd "$srcdir"/${pkgbase}-${pkgver}
More information about the arch-commits
mailing list