Date: Wednesday, March 12, 2014 @ 17:44:51
  Author: aginiewicz
Revision: 107110

upgpkg: python-numexpr 2.3.1-1

python-numexpr: new upstream release

Modified:
  python-numexpr/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-03-12 16:32:17 UTC (rev 107109)
+++ PKGBUILD    2014-03-12 16:44:51 UTC (rev 107110)
@@ -4,7 +4,7 @@
 
 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";
@@ -11,8 +11,8 @@
 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"

Reply via email to