summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchrisjbillington2020-12-11 11:38:16 +1100
committerchrisjbillington2020-12-11 11:38:16 +1100
commit2f7be563bc140e4e5a593fc1dc0fe2ad9462a579 (patch)
tree3122465bfb9b0e4c5ae6cdac1ff2505da82740b7
parentcc57b2d1b01e7a1180df346a0fba7b9be8b24e18 (diff)
downloadaur-2f7be563bc140e4e5a593fc1dc0fe2ad9462a579.tar.gz
Python 3.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f01e42acb47c..33fe377e4cf4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.py38h0b6359f.0
- pkgrel = 1
+ pkgver = 1.5.2.0.py39h91f5cce.0
+ pkgrel = 2
url = http://www.scipy.org/
arch = x86_64
license = custom
@@ -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-py38h0b6359f_0.tar.bz2
+ 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/libgfortran-ng-7.3.0-hdf63c60_0.tar.bz2
- sha256sums = 3e9f47c52ac1736f48a55da394ee6e4782922466e834f424b7821bf002fe3788
+ sha256sums = 2ef41f525a68de31e85a4aa78ca9f298cfe984dc17dadd7238d8591d250ce869
sha256sums = 83c6fdb30a240fbaa09f5d2e2ae8f092759cb710bc3fa628ccb18934fc237b7f
pkgname = python-scipy-mkl-bin
diff --git a/PKGBUILD b/PKGBUILD
index 33d2733c8563..01582371d461 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=python-scipy-mkl-bin
_pkgname=scipy
_pkgver=1.5.2
-_build=py38h0b6359f_0
+_build=py39h91f5cce_0
_build_number=0
_libgfortran=libgfortran-ng-7.3.0-hdf63c60_0
pkgver="${_pkgver}.${_build_number}.${_build//_/.}"
-pkgrel=1
+pkgrel=2
pkgdesc="SciPy is open-source software for mathematics, science, and engineering - with Intel MKL - prebuilt binaries from Anaconda"
arch=('x86_64')
url="http://www.scipy.org/"
@@ -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=('3e9f47c52ac1736f48a55da394ee6e4782922466e834f424b7821bf002fe3788'
+sha256sums=('2ef41f525a68de31e85a4aa78ca9f298cfe984dc17dadd7238d8591d250ce869'
'83c6fdb30a240fbaa09f5d2e2ae8f092759cb710bc3fa628ccb18934fc237b7f')
package() {