Date: Tuesday, October 31, 2017 @ 16:46:02 Author: jelle Revision: 264918
upgpkg: python-scipy 1.0.0-1 Modified: python-scipy/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-10-31 15:39:21 UTC (rev 264917) +++ PKGBUILD 2017-10-31 16:46:02 UTC (rev 264918) @@ -6,7 +6,7 @@ # Contributor: Andrzej Giniewicz <[email protected]> pkgname=('python-scipy' 'python2-scipy') -pkgver=0.19.1 +pkgver=1.0.0 pkgrel=1 pkgdesc="SciPy is open-source software for mathematics, science, and engineering." arch=('i686' 'x86_64') @@ -13,9 +13,9 @@ url="http://www.scipy.org/" license=('BSD') makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 'python2-setuptools') -checkdepends=('python-nose' 'python2-nose') +checkdepends=('python-pytest' 'python2-pytest') source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz") -md5sums=('cad6bac0638b176f72c00fe81ed54d19') +md5sums=('b07961a465964ef3afaf30a91a96d91a') build() { export LDFLAGS="-Wall -shared"
