* update python-numpy to 2.2.1-2

This commit is contained in:
Alexander Baldeck 2025-01-02 09:13:22 +01:00
parent 4fdd4eb302
commit 2ff39c97ac
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = python-numpy
pkgdesc = Scientific tools for Python
pkgver = 2.1.3
pkgver = 2.2.1
pkgrel = 2
url = https://www.numpy.org/
arch = x86_64
@ -21,7 +21,7 @@ pkgbase = python-numpy
depends = lapack
depends = python
optdepends = blas-openblas: faster linear algebra
source = https://github.com/numpy/numpy/releases/download/v2.1.3/numpy-2.1.3.tar.gz
sha512sums = 59568acda3a77160908a23c354f0574970cb3daeea79ab535762a75a5f3a52a5cedd5754bb507cc238cf5948b37f0045523ed59c04cf6fc4a94ed22b9b77b8c1
source = https://github.com/numpy/numpy/releases/download/v2.2.1/numpy-2.2.1.tar.gz
sha512sums = 15876635bd2b26a0f511472c447ff95102f3016eea02e5117d7f5a1ae4782cd656c10706e8b2e00adee0920a7673f216056fb842700d634fbb5630b672f26ddf
pkgname = python-numpy

View File

@ -5,7 +5,7 @@
# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
pkgname=python-numpy
pkgver=2.1.3
pkgver=2.2.1
pkgrel=2
pkgdesc="Scientific tools for Python"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -16,7 +16,7 @@ optdepends=('blas-openblas: faster linear algebra')
makedepends=('python-build' 'python-installer' 'meson-python' 'cmake' 'gcc-fortran' 'cython')
checkdepends=('python-pytest' 'python-hypothesis')
source=("https://github.com/numpy/numpy/releases/download/v$pkgver/numpy-$pkgver.tar.gz")
sha512sums=('59568acda3a77160908a23c354f0574970cb3daeea79ab535762a75a5f3a52a5cedd5754bb507cc238cf5948b37f0045523ed59c04cf6fc4a94ed22b9b77b8c1')
sha512sums=('15876635bd2b26a0f511472c447ff95102f3016eea02e5117d7f5a1ae4782cd656c10706e8b2e00adee0920a7673f216056fb842700d634fbb5630b672f26ddf')
build() {
cd numpy-$pkgver