Date: Saturday, March 18, 2017 @ 00:00:45 Author: jelle Revision: 217048
upgpkg: python-scipy 0.19.0-1 Modified: python-scipy/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-17 22:56:53 UTC (rev 217047) +++ PKGBUILD 2017-03-18 00:00:45 UTC (rev 217048) @@ -6,8 +6,8 @@ # Contributor: Andrzej Giniewicz <[email protected]> pkgname=('python-scipy' 'python2-scipy') -pkgver=0.18.1 -pkgrel=2 +pkgver=0.19.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://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz") -md5sums=('ed8394c19d8445f16ae068b03df0ca23') +md5sums=('b21466e87a642940fb9ba35be74940a3') build() { export LDFLAGS="-Wall -shared"
