summaryrefslogtreecommitdiff
path: root/community/python-numexpr
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-02 03:37:03 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-02 03:37:03 +0000
commit747fac818a9021f876837c839ce15c301b7e229f (patch)
treef50f6f3b835a9aaa7ef6dc95db88643235ae314d /community/python-numexpr
parent255df859dede38865f63ae0dd0633a4ea4fe9cac (diff)
Fri May 2 03:33:02 UTC 2014
Diffstat (limited to 'community/python-numexpr')
-rw-r--r--community/python-numexpr/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/python-numexpr/PKGBUILD b/community/python-numexpr/PKGBUILD
index afcea2446..c59ef2bcd 100644
--- a/community/python-numexpr/PKGBUILD
+++ b/community/python-numexpr/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 108458 2014-03-27 14:47:55Z fyan $
+# $Id: PKGBUILD 110499 2014-05-01 13:45:33Z aginiewicz $
# Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
# Contributor: Sebastien Binet <binet@lblbox>
pkgbase=python-numexpr
pkgname=('python2-numexpr' 'python-numexpr')
-pkgver=2.3.1
-pkgrel=2
+pkgver=2.4
+pkgrel=1
pkgdesc="Fast numerical array expression evaluator for Python, NumPy, PyTables, pandas"
url="https://github.com/pydata/numexpr"
arch=('i686' 'x86_64')
license=('MIT')
makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 'python2-numpy')
source=(https://github.com/pydata/numexpr/archive/v$pkgver.tar.gz)
-md5sums=('eda267543a8594b9979b71dc56199b71')
+md5sums=('c9357862a304b9ad614afaf9e9c8dc78')
build() {
cd "$srcdir"