summaryrefslogtreecommitdiff
path: root/community/python-numexpr/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python-numexpr/PKGBUILD')
-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 c8d884ee8..2f01f919c 100644
--- a/community/python-numexpr/PKGBUILD
+++ b/community/python-numexpr/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 104927 2014-01-28 11:43:36Z aginiewicz $
+# $Id: PKGBUILD 107111 2014-03-12 16:45:17Z aginiewicz $
# Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
# Contributor: Sebastien Binet <binet@lblbox>
pkgbase=python-numexpr
pkgname=('python2-numexpr' 'python-numexpr')
-pkgver=2.3
+pkgver=2.3.1
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/$pkgver.tar.gz)
-md5sums=('fc9b5765c8ceda4a4c2e974e565b98cf')
+source=(https://github.com/pydata/numexpr/archive/v$pkgver.tar.gz)
+md5sums=('eda267543a8594b9979b71dc56199b71')
build() {
cd "$srcdir"