summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchrisjbillington2021-02-06 14:13:55 +1100
committerchrisjbillington2021-02-06 14:13:55 +1100
commit07e834fd3a6d7bc695315abc4a4d08da833542de (patch)
tree7480e3a726da9453b6eeb410770b77e7358a6fb9
parent2f7be563bc140e4e5a593fc1dc0fe2ad9462a579 (diff)
downloadaur-07e834fd3a6d7bc695315abc4a4d08da833542de.tar.gz
1.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33fe377e4cf4..e2a80ffa3b89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-scipy-mkl-bin
pkgdesc = SciPy is open-source software for mathematics, science, and engineering - with Intel MKL - prebuilt binaries from Anaconda
- pkgver = 1.5.2.0.py39h91f5cce.0
+ pkgver = 1.6.0.0.py39h91f5cce.0
pkgrel = 2
url = http://www.scipy.org/
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = python-scipy-mkl-bin
provides = python-scipy
provides = python-scipy-mkl
conflicts = python-scipy
- source = https://repo.anaconda.com/pkgs/main/linux-64/scipy-1.5.2-py39h91f5cce_0.tar.bz2
+ source = https://repo.anaconda.com/pkgs/main/linux-64/scipy-1.6.0-py39h91f5cce_0.tar.bz2
source = https://repo.anaconda.com/pkgs/main/linux-64/libgfortran-ng-7.3.0-hdf63c60_0.tar.bz2
- sha256sums = 2ef41f525a68de31e85a4aa78ca9f298cfe984dc17dadd7238d8591d250ce869
+ sha256sums = 9dafd36188e52a1e5c93aa03fe18713f5c79220d42f394090ee7d5e2b29ad61a
sha256sums = 83c6fdb30a240fbaa09f5d2e2ae8f092759cb710bc3fa628ccb18934fc237b7f
pkgname = python-scipy-mkl-bin
diff --git a/PKGBUILD b/PKGBUILD
index 01582371d461..7c98c3340f03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer : Chris Billington <chrisjbillington@gmail.com>
pkgname=python-scipy-mkl-bin
_pkgname=scipy
-_pkgver=1.5.2
+_pkgver=1.6.0
_build=py39h91f5cce_0
_build_number=0
_libgfortran=libgfortran-ng-7.3.0-hdf63c60_0
@@ -28,7 +28,7 @@ optdepends=('python-pillow: for image saving module')
source=("https://repo.anaconda.com/pkgs/main/linux-64/${_pkgname}-${_pkgver}-${_build}.tar.bz2"
"https://repo.anaconda.com/pkgs/main/linux-64/${_libgfortran}.tar.bz2"
)
-sha256sums=('2ef41f525a68de31e85a4aa78ca9f298cfe984dc17dadd7238d8591d250ce869'
+sha256sums=('9dafd36188e52a1e5c93aa03fe18713f5c79220d42f394090ee7d5e2b29ad61a'
'83c6fdb30a240fbaa09f5d2e2ae8f092759cb710bc3fa628ccb18934fc237b7f')
package() {