From 2ff39c97ac9f658b11ebfb319c5da1cad21aebcd Mon Sep 17 00:00:00 2001 From: kth5 Date: Thu, 2 Jan 2025 09:13:22 +0100 Subject: [PATCH] * update python-numpy to 2.2.1-2 --- python/python-numpy/.SRCINFO | 6 +++--- python/python-numpy/PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/python/python-numpy/.SRCINFO b/python/python-numpy/.SRCINFO index 6b11dee217..68e2a44005 100644 --- a/python/python-numpy/.SRCINFO +++ b/python/python-numpy/.SRCINFO @@ -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 diff --git a/python/python-numpy/PKGBUILD b/python/python-numpy/PKGBUILD index bc501597a9..79efe10a66 100755 --- a/python/python-numpy/PKGBUILD +++ b/python/python-numpy/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: Angel 'angvp' Velasquez 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