summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimone Riva2017-01-07 11:13:35 +0100
committerSimone Riva2017-01-07 11:13:35 +0100
commit7485336cd965d05a377ec9a0351f573dcb760db7 (patch)
tree321b34cfdd23e9238a0d9898e0e1b3ca51a3a1e2 /PKGBUILD
parentc6ee7619cfcba54180e034030934e93831527511 (diff)
downloadaur-7485336cd965d05a377ec9a0351f573dcb760db7.tar.gz
0.18.1-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b6e20899971..a2d663f2b8e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,14 +10,14 @@ pkgname="python-scipy-mkl"
true && pkgname=('python-scipy-mkl' 'python2-scipy-mkl')
pkgver=0.18.1
-pkgrel=1
+pkgrel=2
pkgdesc="SciPy is open-source software for mathematics, science, and engineering. Compiled with intel MKL"
arch=('i686' 'x86_64')
url="http://www.scipy.org/"
license=('BSD')
makedepends=('intel-fortran-compiler' 'intel-compiler-base' 'intel-mkl' 'python-numpy' 'python2-numpy' 'swig' 'cython' 'cython2')
checkdepends=('python-nose' 'python2-nose')
-source=("https://codeload.github.com/scipy/scipy/tar.gz/v0.18.1" )
+source=("https://github.com/scipy/scipy/archive/v0.18.1.tar.gz" )
md5sums=( '96d0dd6b0b584b2693fc7b08fdda48cd' )