summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Riva2017-01-07 11:13:35 +0100
committerSimone Riva2017-01-07 11:13:35 +0100
commit7485336cd965d05a377ec9a0351f573dcb760db7 (patch)
tree321b34cfdd23e9238a0d9898e0e1b3ca51a3a1e2
parentc6ee7619cfcba54180e034030934e93831527511 (diff)
downloadaur-7485336cd965d05a377ec9a0351f573dcb760db7.tar.gz
0.18.1-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da20f9e7770a..8284d72ae5bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-scipy-mkl
pkgdesc = SciPy is open-source software for mathematics, science, and engineering. Compiled with intel MKL
pkgver = 0.18.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.scipy.org/
arch = i686
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = python-scipy-mkl
makedepends = swig
makedepends = cython
makedepends = cython2
- 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
pkgname = python-scipy-mkl
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' )