Date: Saturday, January 5, 2019 @ 07:38:56 Author: felixonmars Revision: 420600
upgpkg: python-awkward 0.7.1-1 Modified: python-awkward/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-05 05:24:56 UTC (rev 420599) +++ PKGBUILD 2019-01-05 07:38:56 UTC (rev 420600) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-awkward -pkgver=0.7.0 +pkgver=0.7.1 pkgrel=1 pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy" url="https://github.com/scikit-hep/awkward-array" @@ -11,7 +11,7 @@ makedepends=('python-setuptools' 'python-pytest-runner') checkdepends=('python-h5py') source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz") -sha512sums=('754bb9791c23e7124444fa51bfa82744d231192a13358212fd12a9b3f49d447fffb3ed44819c54cd6871e08637788c3b47db95084f6392ea0f56420d778b42a4') +sha512sums=('17d01d95a1119d121d0b61041847bccfa11b64990e0b1e17bf057d29d9a08063322abedc116b33a0b508a2968925bb3897266a4b4ee0d88d32aba0b222f3369b') build() { cd awkward-array-$pkgver
