summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorptrr2018-05-17 22:49:23 +0300
committerptrr2018-05-17 22:49:23 +0300
commitff066443f458dbcb8de7c862fdc0ded0aaf6a46f (patch)
tree7808db4cf17daf28eb6c2e743c5a22a0ef638d8f
parenta2a6159ce8760fceb99da8674af2d258ea12a6aa (diff)
downloadaur-ff066443f458dbcb8de7c862fdc0ded0aaf6a46f.tar.gz
Update to 1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index affaa8d3b2fb..9a6a2129f3fe 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 = 1.0.1
+ pkgver = 1.1.0
pkgrel = 1
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/releases/download/v1.0.1/scipy-1.0.1.tar.xz
- sha256sums = 0c7625eef0363df0759cd616c02ea8689dbc40e82208057682446bba02e727c4
+ source = https://github.com/scipy/scipy/releases/download/v1.1.0/scipy-1.1.0.tar.gz
+ sha256sums = 878352408424dffaa695ffedf2f9f92844e116686923ed9aa8626fc30d32cfd1
pkgname = python-scipy-openblas
depends = python-numpy-openblas
diff --git a/PKGBUILD b/PKGBUILD
index bd4830c2a3d0..340c246716d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
# Contributor: Andrzej Giniewicz <gginiu@gmail.com>
pkgname=("python-scipy-openblas" "python2-scipy-openblas")
-pkgver=1.0.1
+pkgver=1.1.0
pkgrel=1
pkgdesc="SciPy is open-source software for mathematics, science, and engineering."
arch=('i686' 'x86_64')
@@ -17,8 +17,8 @@ url="http://www.scipy.org/"
license=('BSD')
makedepends=('gcc-fortran' 'python-numpy-openblas' 'python2-numpy-openblas' 'python-setuptools' 'python2-setuptools' 'openblas-lapack')
checkdepends=('python-pytest' 'python2-pytest')
-source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz")
-sha256sums=('0c7625eef0363df0759cd616c02ea8689dbc40e82208057682446bba02e727c4')
+source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.gz")
+sha256sums=('878352408424dffaa695ffedf2f9f92844e116686923ed9aa8626fc30d32cfd1')
build() {