[arch-commits] Commit in python-bottleneck/trunk (PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Mon Mar 9 09:48:13 UTC 2020
Date: Monday, March 9, 2020 @ 09:48:13
Author: aginiewicz
Revision: 592913
upgpkg: python-bottleneck 1.3.2-1: python-bottleneck: new upstream release
Modified:
python-bottleneck/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-09 09:34:01 UTC (rev 592912)
+++ PKGBUILD 2020-03-09 09:48:13 UTC (rev 592913)
@@ -3,7 +3,7 @@
# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
pkgname=python-bottleneck
-pkgver=1.3.1
+pkgver=1.3.2
pkgrel=1
pkgdesc="Fast NumPy array functions written in Cython"
arch=('x86_64')
@@ -13,8 +13,8 @@
depends=('python-numpy')
optdepends=('python-nose: needed for integrated test suite'
'python-scipy: needed for integrated benchmarks')
-source=("https://github.com/kwgoodman/bottleneck/archive/v${pkgver}.tar.gz")
-sha256sums=('2d72cf5a063c5f415baf1f39f72b250fcf6c91fbacec598e81396fa666a0909d')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kwgoodman/bottleneck/archive/v${pkgver}.tar.gz")
+sha256sums=('5efac98f689c445eecc95400fb53d7bbc92435fa6db7a3dc75b427641d757807')
build() {
cd "$srcdir"/bottleneck-${pkgver}
More information about the arch-commits
mailing list