summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9eb69e5fbc3a..f4776b770302 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@
# Fri Feb 27 10:52:19 UTC 2015
pkgbase = python-scipy-mkl
pkgdesc = SciPy is open-source software for mathematics, science, and engineering. Compiled with intel MKL
- pkgver = 0.15.1
+ pkgver = 0.16.0
pkgrel = 1
url = http://www.scipy.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 9e102530fd66..0edf9b844f8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgbase="python-scipy-mkl"
pkgname="python-scipy-mkl"
true && pkgname=('python-scipy-mkl' 'python2-scipy-mkl')
-pkgver=0.15.1
+pkgver=0.16.0
pkgrel=1
pkgdesc="SciPy is open-source software for mathematics, science, and engineering. Compiled with intel MKL"
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ makedepends=('intel-fortran-compiler' 'intel-compiler-base' 'intel-mkl' 'python-
checkdepends=('python-nose' 'python2-nose')
source=("http://downloads.sourceforge.net/scipy/scipy-${pkgver}.tar.gz" )
-md5sums=( 'be56cd8e60591d6332aac792a5880110' )
+md5sums=( 'eb95dda0f36cc3096673993a350cde77' )
build() {
unset LDFLAGS