Date: Sunday, January 17, 2021 @ 17:06:02 Author: arojas Revision: 821415
Update to 2.7.2 Modified: python-numexpr/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-17 17:05:42 UTC (rev 821414) +++ PKGBUILD 2021-01-17 17:06:02 UTC (rev 821415) @@ -2,8 +2,8 @@ # Contributor: Sebastien Binet <binet@lblbox> pkgname=python-numexpr -pkgver=2.7.1 -pkgrel=3 +pkgver=2.7.2 +pkgrel=1 pkgdesc="Fast numerical array expression evaluator for Python, NumPy, PyTables, pandas" url="https://github.com/pydata/numexpr" arch=('x86_64') @@ -11,7 +11,7 @@ depends=('python-numpy') makedepends=('python-setuptools') source=($pkgname-$pkgver.tar.gz::https://github.com/pydata/numexpr/archive/v$pkgver.tar.gz) -sha256sums=('5c6ae3bb5688184b922b43fc47de49d642576d0feec55a1b679caa66efae90a1') +sha256sums=('7d1b3790103221feda07f4a93a4fa5c6654f46865197a677ca6f27eb5cb4e5ef') build() { cd "$srcdir"/numexpr-$pkgver
