summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Riva2017-03-18 17:23:44 +0100
committerSimone Riva2017-03-18 17:23:44 +0100
commit40ed53932dc1d3d5a6404c7e883ff7324997aa05 (patch)
tree0e49127c15bdb811db9dd6c1bc30e75d4646cda6
parent7485336cd965d05a377ec9a0351f573dcb760db7 (diff)
downloadaur-40ed53932dc1d3d5a6404c7e883ff7324997aa05.tar.gz
0.19.0-1
-rw-r--r--PKGBUILD16
1 files changed, 6 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2d663f2b8e8..7eddf30ac0a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,21 @@
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
-# Contributor: Ray Rashif <schiv@archlinux.org>
-# Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org>
-# Contributor: Bodor Dávid Gábor <david.gabor.bodor@gmail.com>
-# Contributor: Andrzej Giniewicz <gginiu@gmail.com>
+
+
pkgbase="python-scipy-mkl"
pkgname="python-scipy-mkl"
true && pkgname=('python-scipy-mkl' 'python2-scipy-mkl')
-pkgver=0.18.1
-pkgrel=2
+pkgver=0.19.0
+pkgrel=1
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://github.com/scipy/scipy/archive/v0.18.1.tar.gz" )
+source=("https://github.com/scipy/scipy/archive/v${pkgver}.tar.gz" )
-md5sums=( '96d0dd6b0b584b2693fc7b08fdda48cd' )
+sha256sums=( 'efa71d68ef0fa4a2836a3058fc1c5aa6b61d93ee0248a127cd862ea3bf22b69a' )
build() {
unset LDFLAGS