Date: Sunday, September 25, 2016 @ 14:54:16 Author: jelle Revision: 190553
upgpkg: python-scipy 0.18.1-1 Modified: python-scipy/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-09-25 14:54:14 UTC (rev 190552) +++ PKGBUILD 2016-09-25 14:54:16 UTC (rev 190553) @@ -6,7 +6,7 @@ # Contributor: Andrzej Giniewicz <[email protected]> pkgname=('python-scipy' 'python2-scipy') -pkgver=0.18.0 +pkgver=0.18.1 pkgrel=1 pkgdesc="SciPy is open-source software for mathematics, science, and engineering." arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 'python2-setuptools') checkdepends=('python-nose' 'python2-nose') source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz") -md5sums=('59bceff108f58b0e72dfac6fb719476e') +md5sums=('ed8394c19d8445f16ae068b03df0ca23') build() { export LDFLAGS="-Wall -shared"
