From 4cd78846be9b6e6ebbea543f7ef5c247fe5c60f8 Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Sat, 29 Oct 2022 22:38:33 +0000 Subject: [PATCH] python-numpy: Revbump to rebuild against Python 3.11 --- packages/python-numpy/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/python-numpy/build.sh b/packages/python-numpy/build.sh index 57a3595f42..bc6b5f5d2e 100644 --- a/packages/python-numpy/build.sh +++ b/packages/python-numpy/build.sh @@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="The fundamental package for scientific computing with Py TERMUX_PKG_LICENSE="BSD 3-Clause" TERMUX_PKG_MAINTAINER="@termux" TERMUX_PKG_VERSION="1.23.4" -TERMUX_PKG_REVISION=1 +TERMUX_PKG_REVISION=2 TERMUX_PKG_SRCURL=https://github.com/numpy/numpy.git TERMUX_PKG_DEPENDS="libc++, libopenblas, python" TERMUX_PKG_BUILD_IN_SRC=true