From 3ff34da8a0cddfdc42ae8e85afade01f9802e43c Mon Sep 17 00:00:00 2001 From: Jeff Huang Date: Tue, 24 Jul 2018 03:07:33 +0200 Subject: [PATCH] python-scipy: update to 1.1.0 --- python-scipy/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-scipy/PKGBUILD b/python-scipy/PKGBUILD index a3ae3ddcb..5eda34c76 100644 --- a/python-scipy/PKGBUILD +++ b/python-scipy/PKGBUILD @@ -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"