Date: Wednesday, January 30, 2019 @ 11:04:40 Author: felixonmars Revision: 428553
upgpkg: python-awkward 0.8.1-1 Modified: python-awkward/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-30 11:04:18 UTC (rev 428552) +++ PKGBUILD 2019-01-30 11:04:40 UTC (rev 428553) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-awkward -pkgver=0.8.0 +pkgver=0.8.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=('e29d3dd87b8a12c93f0b7c5d0f2a39547c0651350ced1efc31941412d7ce3639bc20a6ec665ce311a8703df335ffbcceb3587c6f22c6ce04366314e8f095ca3e') +sha512sums=('97d0039cab23bab79d942222a807b9405ef416389489589fe1ac4898cb27dfe9c6d2254fe5b3a06e5d34293e41b94fd3b55ab97be2149434c707c9bf44249b60') build() { cd awkward-array-$pkgver
