summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2022-09-10 07:56:20 +0000
committerAuto update bot2022-09-10 07:56:20 +0000
commite6dd717779dcfd529fb754f550ff12ef99e9c713 (patch)
tree23e2ef6df2236995009623ef10048293855441d5
parent0772d628cb0c5fcd7d0114af3f9c96a1d0ebd25c (diff)
downloadaur-e6dd717779dcfd529fb754f550ff12ef99e9c713.tar.gz
auto updated to 1.23.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1cb1d5b6b66..989be77e2359 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.2
+ pkgver = 1.23.3
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.2
+ provides = python-numpy=1.23.3
conflicts = python-numpy
options = staticlibs
- source = https://github.com/numpy/numpy/releases/download/v1.23.2/numpy-1.23.2.tar.gz
- sha256sums = b78d00e48261fbbd04aa0d7427cf78d18401ee0abd89c7559bbf422e5b1c7d01
+ source = https://github.com/numpy/numpy/releases/download/v1.23.3/numpy-1.23.3.tar.gz
+ sha256sums = 51bf49c0cd1d52be0a240aa66f3458afc4b95d8993d2d04f0d91fa60c10af6cd
pkgname = python-numpy-mkl
diff --git a/PKGBUILD b/PKGBUILD
index 96a7ffd94129..c16cfafad04e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Adapted to mkl by Simone Riva
pkgname=python-numpy-mkl
-pkgver=1.23.2
+pkgver=1.23.3
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=('b78d00e48261fbbd04aa0d7427cf78d18401ee0abd89c7559bbf422e5b1c7d01')
+sha256sums=('51bf49c0cd1d52be0a240aa66f3458afc4b95d8993d2d04f0d91fa60c10af6cd')
build() {
source /opt/intel/oneapi/setvars.sh