From ab9867e2d62aeb92674ceb6b95ca9253693dcdb1 Mon Sep 17 00:00:00 2001 From: Arn0 Date: Fri, 10 Nov 2023 14:26:25 +0100 Subject: python/python3-prompt_toolkit: updated for version 3.0.40 Signed-off-by: Willy Sudiarto Raharjo --- python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild') diff --git a/python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild b/python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild index b2b0ca3b70..5d5808b5a4 100644 --- a/python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild +++ b/python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-prompt_toolkit -VERSION=${VERSION:-3.0.39} +VERSION=${VERSION:-3.0.40} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -63,6 +63,9 @@ elif [ "$ARCH" = "i686" ]; then elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" LIBDIRSUFFIX="64" +elif [ "$ARCH" = "aarch64" ]; then + SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" LIBDIRSUFFIX="" -- cgit v1.2.3