summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2019-11-25 16:31:03 +0800
committerJingbei Li2019-11-25 16:31:03 +0800
commitf51f82297e7506564f408290cfc4190dbfb4cf5c (patch)
tree15bfeacdf8ac30132f13836f3e8a6dc1e997f0b3
parentfa31e76a5159049c9c5e797dc1c428d2b5a8c571 (diff)
downloadaur-f51f82297e7506564f408290cfc4190dbfb4cf5c.tar.gz
upgraded to 1.3.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 184b6b5dfdbb..eb643fb42dbb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-scipy-mkl
pkgdesc = SciPy is open-source software for mathematics, science, and engineering.
- pkgver = 1.3.2
+ pkgver = 1.3.3
pkgrel = 1
url = http://www.scipy.org/
arch = x86_64
@@ -12,11 +12,11 @@ pkgbase = python-scipy-mkl
depends = intel-mkl
depends = python-numpy
optdepends = python-pillow: for image saving module
- provides = python-scipy=1.3.2
+ provides = python-scipy=1.3.3
conflicts = python-scipy
- source = https://github.com/scipy/scipy/releases/download/v1.3.2/scipy-1.3.2.tar.gz
+ source = https://github.com/scipy/scipy/releases/download/v1.3.3/scipy-1.3.3.tar.gz
source = build.sh
- sha512sums = 07a215b2a22348dc7b0f4ba0a53a581b283757b157963c66c98549a63e8a7a18a072fb7580b352451544a1fde7d7edf31478705c52d44837a9e41408a7781d26
+ sha512sums = 28a16f75a61a57c3655312345c4014454065180a8a1dbc7d8f3a3f81742b345bb64bf1dabb4c05914d8e684547f3b12d7a50a6f80b68d9dae66849a67075bc50
sha512sums = 1ad168482bd4774e47af009f888a549233defe5593b7464f3f5577a25ebec180905c948ebf3936c33ac49f2ea8cba5dcd060f8b86adb99ed2f1fc41fd2bf82bf
pkgname = python-scipy-mkl
diff --git a/PKGBUILD b/PKGBUILD
index 93e8d5f45ccb..f2af5d9169d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: Andrzej Giniewicz <gginiu@gmail.com>
pkgname='python-scipy-mkl'
-pkgver=1.3.2
+pkgver=1.3.3
pkgrel=1
pkgdesc="SciPy is open-source software for mathematics, science, and engineering."
arch=('x86_64')
@@ -20,7 +20,7 @@ makedepends=('gcc8' 'python-setuptools')
#checkdepends=('python-pytest')
optdepends=('python-pillow: for image saving module')
source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.gz" 'build.sh')
-sha512sums=('07a215b2a22348dc7b0f4ba0a53a581b283757b157963c66c98549a63e8a7a18a072fb7580b352451544a1fde7d7edf31478705c52d44837a9e41408a7781d26'
+sha512sums=('28a16f75a61a57c3655312345c4014454065180a8a1dbc7d8f3a3f81742b345bb64bf1dabb4c05914d8e684547f3b12d7a50a6f80b68d9dae66849a67075bc50'
'1ad168482bd4774e47af009f888a549233defe5593b7464f3f5577a25ebec180905c948ebf3936c33ac49f2ea8cba5dcd060f8b86adb99ed2f1fc41fd2bf82bf')
build() {