summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorptrr2016-07-25 21:29:27 +0100
committerptrr2016-07-25 21:29:27 +0100
commitac265a7303cc2dc1cd75133af4ace1bb98d4f8a9 (patch)
tree45aff7f1c0aa1d288f5a8125c5d6963293f9f027
parent76e18da037144a9c5f10767f74b411871bc45a88 (diff)
downloadaur-ac265a7303cc2dc1cd75133af4ace1bb98d4f8a9.tar.gz
Update to 0.18.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0c26b2d4dc5..816e52c8d844 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-scipy-openblas
pkgdesc = SciPy is open-source software for mathematics, science, and engineering.
- pkgver = 0.17.1
+ pkgver = 0.18.0
pkgrel = 0
url = http://www.scipy.org/
arch = i686
@@ -14,8 +14,8 @@ pkgbase = python-scipy-openblas
makedepends = python-setuptools
makedepends = python2-setuptools
makedepends = openblas-lapack
- source = https://github.com/scipy/scipy/archive/v0.17.1.zip
- md5sums = 9182033598f13afeb456ca30a51af9d0
+ source = https://github.com/scipy/scipy/archive/v0.18.0.tar.gz
+ md5sums = 9a814f90c0a855398c0a253b729c07f3
pkgname = python-scipy-openblas
depends = python-numpy-openblas
diff --git a/PKGBUILD b/PKGBUILD
index 88a33def6c79..32f6a2448e7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
# Contributor: Andrzej Giniewicz <gginiu@gmail.com>
pkgname=("python-scipy-openblas" "python2-scipy-openblas")
-pkgver=0.17.1
+pkgver=0.18.0
pkgrel=0
pkgdesc="SciPy is open-source software for mathematics, science, and engineering."
arch=('i686' 'x86_64')
@@ -18,8 +18,8 @@ license=('BSD')
makedepends=('gcc-fortran' 'python-numpy-openblas' 'python2-numpy-openblas' 'python-setuptools' 'python2-setuptools' 'openblas-lapack')
checkdepends=('python-nose' 'python2-nose')
#source=("http://downloads.sourceforge.net/scipy/scipy-${pkgver}.tar.gz")
-source=("https://github.com/scipy/scipy/archive/v${pkgver}.zip")
-md5sums=('9182033598f13afeb456ca30a51af9d0')
+source=("https://github.com/scipy/scipy/archive/v${pkgver}.tar.gz")
+md5sums=('9a814f90c0a855398c0a253b729c07f3')
build() {