[arch-commits] Commit in python-scipy/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sat May 14 21:01:04 UTC 2016


    Date: Saturday, May 14, 2016 @ 23:01:03
  Author: jelle
Revision: 175404

upgpkg: python-scipy 0.17.1-1

Modified:
  python-scipy/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-14 20:37:16 UTC (rev 175403)
+++ PKGBUILD	2016-05-14 21:01:03 UTC (rev 175404)
@@ -6,7 +6,7 @@
 # Contributor: Andrzej Giniewicz <gginiu at gmail.com>
 
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.17.0
+pkgver=0.17.1
 pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and engineering."
 arch=('i686' 'x86_64')
@@ -14,11 +14,8 @@
 license=('BSD')
 makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose')
-#source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz"{,.asc})
-source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz")
-#validpgpkeys=('BFE95DF198689E30AFF4A1CDEDBEA378BF1A5EBD')
-md5sums=('5ff2971e1ce90e762c59d2cd84837224')
-#         'SKIP')
+source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz")
+md5sums=('ddb93a497f2d3599baec97ade67f412f')
 
 build() {
   export LDFLAGS="-Wall -shared"



More information about the arch-commits mailing list