summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorptrr2017-03-15 23:08:41 +0200
committerptrr2017-03-15 23:08:41 +0200
commit6fce4f2f3e73fedb412bd28da4057d8a5da89ed9 (patch)
tree43fce7c7a1d58b77f5190d124a0b775319bc3b47 /PKGBUILD
parent516831e7b3e0fa3ac57c60ea60569ee1ea77c7b7 (diff)
downloadaur-6fce4f2f3e73fedb412bd28da4057d8a5da89ed9.tar.gz
Update to 0.19.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b4831ecaff4..68f35a69e254 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@
# Contributor: Andrzej Giniewicz <gginiu@gmail.com>
pkgname=("python-scipy-openblas" "python2-scipy-openblas")
-pkgver=0.18.1
-pkgrel=2
+pkgver=0.19.0
+pkgrel=1
pkgdesc="SciPy is open-source software for mathematics, science, and engineering."
arch=('i686' 'x86_64')
url="http://www.scipy.org/"
@@ -18,7 +18,7 @@ license=('BSD')
makedepends=('gcc-fortran' 'python-numpy-openblas' 'python2-numpy-openblas' 'python-setuptools' 'python2-setuptools' 'openblas-lapack')
checkdepends=('python-nose' 'python2-nose')
source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz")
-md5sums=('ed8394c19d8445f16ae068b03df0ca23')
+md5sums=('b21466e87a642940fb9ba35be74940a3')
build() {