summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2023-07-31 16:47:31 +0000
committerAuto update bot2023-07-31 16:47:31 +0000
commit5133c5f56fbf586e5fb9db37ac6878f26f9381ba (patch)
tree8ca7376f15a6c9254ec8fa41104832f32b8819a0
parente75ae456b5b54c54a9087e5ef4736f5073929cf3 (diff)
downloadaur-5133c5f56fbf586e5fb9db37ac6878f26f9381ba.tar.gz
Auto updated to 1.25.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd62b4d71482..b26bfdf52b03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-numpy-mkl
pkgdesc = Scientific tools for Python, compiled with Intel MKL
- pkgver = 1.25.1
+ pkgver = 1.25.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.25.1
+ provides = python-numpy=1.25.2
conflicts = python-numpy
options = staticlibs
- source = https://github.com/numpy/numpy/releases/download/v1.25.1/numpy-1.25.1.tar.gz
- sha256sums = 9a3a9f3a61480cc086117b426a8bd86869c213fc4072e606f01c4e4b66eb92bf
+ source = https://github.com/numpy/numpy/releases/download/v1.25.2/numpy-1.25.2.tar.gz
+ sha256sums = fd608e19c8d7c55021dffd43bfe5492fab8cc105cc8986f813f8c3c048b38760
pkgname = python-numpy-mkl
diff --git a/PKGBUILD b/PKGBUILD
index ff687463a40b..71986dadfe76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Adapted to mkl by Simone Riva
pkgname=python-numpy-mkl
-pkgver=1.25.1
+pkgver=1.25.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=('9a3a9f3a61480cc086117b426a8bd86869c213fc4072e606f01c4e4b66eb92bf')
+sha256sums=('fd608e19c8d7c55021dffd43bfe5492fab8cc105cc8986f813f8c3c048b38760')
build() {
source /opt/intel/oneapi/setvars.sh