diff --git a/python-scipy/PKGBUILD b/python-scipy/PKGBUILD index 77b944e68..9184beca5 100644 --- a/python-scipy/PKGBUILD +++ b/python-scipy/PKGBUILD @@ -1,5 +1,5 @@ pkgname=('python3-scipy' 'python2-scipy') -pkgver=0.18.1 +pkgver=0.19.0 pkgrel=1 pkgdesc="SciPy is open-source software for mathematics, science, and engineering." arch=('x86_64') @@ -8,7 +8,7 @@ license=('BSD') makedepends=('gcc-fortran' 'python3-numpy' 'python2-numpy' 'python3-setuptools' 'python2-setuptools') checkdepends=('python3-nose' 'python2-nose') source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz") -sha1sums=('3b871f079ce45793f742cb0c42f635d3ce57c226') +sha256sums=('ed52232afb2b321a4978e39040d94bf81af90176ba64f58c4499dc305a024437') build() { export LDFLAGS="-Wall -shared"