summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2023-10-15 08:04:29 +0000
committerAuto update bot2023-10-15 08:04:29 +0000
commit7cdc03b220f975ab1d8624ea842541feee3babda (patch)
treec95b303d720a95d972eb4fb5d6a1d67a85c62026
parent25162263a0045b816156d9f200ecbeae9df59377 (diff)
downloadaur-7cdc03b220f975ab1d8624ea842541feee3babda.tar.gz
Auto updated to 1.26.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 517aa026f40e..f4369485ffe1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-numpy-mkl
pkgdesc = Scientific tools for Python, compiled with Intel MKL
- pkgver = 1.26.0
- pkgrel = 2
+ pkgver = 1.26.1
+ pkgrel = 1
url = http://www.numpy.org/
arch = x86_64
license = custom
@@ -14,9 +14,9 @@ pkgbase = python-numpy-mkl
makedepends = python-installer
depends = python
depends = intel-oneapi-mkl
- provides = python-numpy=1.26.0
+ provides = python-numpy=1.26.1
conflicts = python-numpy
- source = https://github.com/numpy/numpy/releases/download/v1.26.0/numpy-1.26.0.tar.gz
- sha256sums = f93fc78fe8bf15afe2b8d6b6499f1c73953169fad1e9a8dd086cdff3190e7fdf
+ source = https://github.com/numpy/numpy/releases/download/v1.26.1/numpy-1.26.1.tar.gz
+ sha256sums = c8c6c72d4a9f831f328efb1312642a1cafafaa88981d9ab76368d50d07d93cbe
pkgname = python-numpy-mkl
diff --git a/PKGBUILD b/PKGBUILD
index e12aa4045d8b..888990f1a4fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
# Adapted to mkl by Simone Riva
pkgname=python-numpy-mkl
-pkgver=1.26.0
-pkgrel=2
+pkgver=1.26.1
+pkgrel=1
pkgdesc="Scientific tools for Python, compiled with Intel MKL"
arch=('x86_64')
license=('custom')
@@ -19,7 +19,7 @@ depends=('python' 'intel-oneapi-mkl')
makedepends=('cython' 'meson-python' 'procps-ng' 'python-build' 'python-installer')
checkdepends=('python-pytest' 'python-hypothesis')
source=("https://github.com/numpy/numpy/releases/download/v$pkgver/numpy-$pkgver.tar.gz")
-sha256sums=('f93fc78fe8bf15afe2b8d6b6499f1c73953169fad1e9a8dd086cdff3190e7fdf')
+sha256sums=('c8c6c72d4a9f831f328efb1312642a1cafafaa88981d9ab76368d50d07d93cbe')
build() {
source /opt/intel/oneapi/setvars.sh