Date: Thursday, May 8, 2014 @ 21:21:38 Author: jelle Revision: 110863
upgpkg: python-scipy 0.14.0-1 Modified: python-scipy/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-05-08 18:59:03 UTC (rev 110862) +++ PKGBUILD 2014-05-08 19:21:38 UTC (rev 110863) @@ -6,8 +6,8 @@ # Contributor: Andrzej Giniewicz <[email protected]> pkgname=('python-scipy' 'python2-scipy') -pkgver=0.13.3 -pkgrel=2 +pkgver=0.14.0 +pkgrel=1 pkgdesc="SciPy is open-source software for mathematics, science, and engineering." arch=('i686' 'x86_64') url="http://www.scipy.org/" @@ -15,7 +15,7 @@ makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 'python2-setuptools') checkdepends=('python-nose' 'python2-nose') source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz") -md5sums=('0547c1f8e8afad4009cc9b5ef17a2d4d') +md5sums=('d7c7f4ccf8b07b08d6fe49d5cd51f85d') build() { # Changing the arithmetic parameter (Thanks to Fabrizio Castellano)
