Date: Tuesday, January 28, 2014 @ 12:43:13
  Author: aginiewicz
Revision: 104926

upgpkg: python-numexpr 2.3-1

python-numexpr: new version

Modified:
  python-numexpr/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-01-28 11:29:19 UTC (rev 104925)
+++ PKGBUILD    2014-01-28 11:43:13 UTC (rev 104926)
@@ -4,15 +4,15 @@
 
 pkgbase=python-numexpr
 pkgname=('python2-numexpr' 'python-numexpr')
-pkgver=2.2
+pkgver=2.3
 pkgrel=1
-pkgdesc="A JIT compiler for Python expressions"
-url="http://code.google.com/p/numexpr/";
+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=(http://numexpr.googlecode.com/files/numexpr-$pkgver.tar.gz)
-md5sums=('1d83b13e69fff897a5bc588b7119506c')
+source=(https://github.com/pydata/numexpr/archive/$pkgver.tar.gz)
+md5sums=('fc9b5765c8ceda4a4c2e974e565b98cf')
 
 build() {
   cd "$srcdir"

Reply via email to