community/python-scipy to 0.18.1-1

This commit is contained in:
Kevin Mihelich 2016-09-25 15:34:44 +00:00
parent bb8b272521
commit a6bb70f46e

View file

@ -9,7 +9,7 @@
# - pass --noarch to build lines to remove x86 defaults
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')
@ -18,7 +18,7 @@ license=('BSD')
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"