[arch-commits] Commit in python-numexpr/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Fri Mar 11 18:10:33 UTC 2022
Date: Friday, March 11, 2022 @ 18:10:33
Author: arojas
Revision: 1148489
Update to 2.8.1
Modified:
python-numexpr/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-11 18:08:41 UTC (rev 1148488)
+++ PKGBUILD 2022-03-11 18:10:33 UTC (rev 1148489)
@@ -2,8 +2,8 @@
# Contributor: Sebastien Binet <binet at lblbox>
pkgname=python-numexpr
-pkgver=2.7.3
-pkgrel=3
+pkgver=2.8.1
+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=('00d6b1518605afe0ed10417e0ff07123e5d531c02496c6eed7dd4b9923238e1e')
+sha256sums=('a416a869f4e6a488af7cd876a326fb82f892b23570b68eecff8135c4a39dd161')
build() {
cd "$srcdir"/numexpr-$pkgver
More information about the arch-commits
mailing list