[arch-commits] Commit in python-numexpr/trunk (PKGBUILD)

Andrzej Giniewicz aginiewicz at archlinux.org
Sun Sep 20 07:14:55 UTC 2015


    Date: Sunday, September 20, 2015 @ 09:14:55
  Author: aginiewicz
Revision: 141187

upgpkg: python-numexpr 2.4.4-1

updated rebuilt package to newer version

Modified:
  python-numexpr/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-20 07:05:29 UTC (rev 141186)
+++ PKGBUILD	2015-09-20 07:14:55 UTC (rev 141187)
@@ -4,8 +4,8 @@
 
 pkgbase=python-numexpr
 pkgname=('python2-numexpr' 'python-numexpr')
-pkgver=2.4.3
-pkgrel=2
+pkgver=2.4.4
+pkgrel=1
 pkgdesc="Fast numerical array expression evaluator for Python, NumPy, PyTables, pandas"
 url="https://github.com/pydata/numexpr"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('MIT')
 makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 'python2-numpy')
 source=($pkgbase-$pkgver.tar.gz::https://github.com/pydata/numexpr/archive/v$pkgver.tar.gz)
-md5sums=('4b701ee609a1faa463510c483405d24f')
+md5sums=('029849d8d9ca89d3bf3bd6695d4e0a4c')
 
 prepare() {
   cd "$srcdir"



More information about the arch-commits mailing list