Date: Thursday, June 7, 2018 @ 20:12:46
  Author: jelle
Revision: 341903

upgpkg: python-scipy 1.1.0-1

Modified:
  python-scipy/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-06-07 20:05:38 UTC (rev 341902)
+++ PKGBUILD    2018-06-07 20:12:46 UTC (rev 341903)
@@ -5,9 +5,10 @@
 # Contributor: Bodor Dávid Gábor <[email protected]>
 # Contributor: Andrzej Giniewicz <[email protected]>
 
+_name=scipy
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('x86_64')
 url="http://www.scipy.org/";
@@ -14,8 +15,9 @@
 license=('BSD')
 makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
-source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz";)
-md5sums=('418f557cd14e74f62a3c8280027ad36f')
+#source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz";)
+source=("https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz";)
+md5sums=('aa6bcc85276b6f25e17bcfc4dede8718')
 
 build() {
   export LDFLAGS="-Wall -shared"

Reply via email to