summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2022-08-15 07:55:43 +0000
committerAuto update bot2022-08-15 07:55:43 +0000
commit0772d628cb0c5fcd7d0114af3f9c96a1d0ebd25c (patch)
tree35d152cc89aeb1ff2f7adab67916cbc98da0d713
parentcec9955a8f8d3a2b3ca39b2e56f55bdd7403ec79 (diff)
downloadaur-0772d628cb0c5fcd7d0114af3f9c96a1d0ebd25c.tar.gz
auto updated to 1.23.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 200457f2e76f..c1cb1d5b6b66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-numpy-mkl
pkgdesc = Scientific tools for Python, compiled with Intel MKL
- pkgver = 1.23.1
+ pkgver = 1.23.2
pkgrel = 1
url = http://numpy.scipy.org/
arch = x86_64
@@ -16,10 +16,10 @@ pkgbase = python-numpy-mkl
depends = python
depends = intel-oneapi-mkl
optdepends = python-nose: testsuite
- provides = python-numpy=1.23.1
+ provides = python-numpy=1.23.2
conflicts = python-numpy
options = staticlibs
- source = https://github.com/numpy/numpy/releases/download/v1.23.1/numpy-1.23.1.tar.gz
- sha256sums = d748ef349bfef2e1194b59da37ed5a29c19ea8d7e6342019921ba2ba4fd8b624
+ source = https://github.com/numpy/numpy/releases/download/v1.23.2/numpy-1.23.2.tar.gz
+ sha256sums = b78d00e48261fbbd04aa0d7427cf78d18401ee0abd89c7559bbf422e5b1c7d01
pkgname = python-numpy-mkl
diff --git a/PKGBUILD b/PKGBUILD
index 7ee2d63d067f..96a7ffd94129 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Adapted to mkl by Simone Riva
pkgname=python-numpy-mkl
-pkgver=1.23.1
+pkgver=1.23.2
pkgrel=1
pkgdesc="Scientific tools for Python, compiled with Intel MKL"
arch=('x86_64' 'i686')
@@ -21,7 +21,7 @@ makedepends=('cython' 'gcc-fortran' 'procps-ng' 'python-nose' 'python-setuptools
checkdepends=('python-pytest' 'python-hypothesis')
options=('staticlibs')
source=("https://github.com/numpy/numpy/releases/download/v$pkgver/numpy-$pkgver.tar.gz")
-sha256sums=('d748ef349bfef2e1194b59da37ed5a29c19ea8d7e6342019921ba2ba4fd8b624')
+sha256sums=('b78d00e48261fbbd04aa0d7427cf78d18401ee0abd89c7559bbf422e5b1c7d01')
build() {
source /opt/intel/oneapi/setvars.sh