python-scipy: update to 1.1.0

This commit is contained in:
Jeff Huang 2018-07-24 03:07:33 +02:00
parent 16561a7cd0
commit 3ff34da8a0

View File

@ -1,5 +1,6 @@
_name=scipy
pkgname=('python3-scipy' 'python2-scipy')
pkgver=1.0.0
pkgver=1.1.0
pkgrel=1
pkgdesc="SciPy is open-source software for mathematics, science, and engineering."
arch=('x86_64')
@ -7,8 +8,8 @@ url="http://www.scipy.org/"
license=('BSD')
makedepends=('gcc-fortran' 'python3-numpy' 'python2-numpy' 'python3-setuptools' 'python2-setuptools')
checkdepends=('python3-pytest' 'python2-pytest')
source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz")
sha256sums=('06b23f2a5db5418957facc86ead86b7752147c0461f3156f88a3da87f3dc6739')
source=("https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz")
sha256sums=('878352408424dffaa695ffedf2f9f92844e116686923ed9aa8626fc30d32cfd1')
build() {
export LDFLAGS="-Wall -shared"