aboutsummaryrefslogtreecommitdiff
path: root/python/python3-trove-classifiers/python3-trove-classifiers.SlackBuild
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-08-31 13:46:11 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-02 18:02:39 +0700
commitba3b6f350d88abcafd25f8f345bec89c4e95203d (patch)
tree93525f5a278358104d4f870c89fe33ee7cbdf94b /python/python3-trove-classifiers/python3-trove-classifiers.SlackBuild
parent3c62384e4437e21eefba58513a066c31d73d3b51 (diff)
python/python3-trove-classifiers: Updated for version 2023.8.7.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-trove-classifiers/python3-trove-classifiers.SlackBuild')
-rw-r--r--python/python3-trove-classifiers/python3-trove-classifiers.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/python/python3-trove-classifiers/python3-trove-classifiers.SlackBuild b/python/python3-trove-classifiers/python3-trove-classifiers.SlackBuild
index 645e6d699e..d1cfe34bfa 100644
--- a/python/python3-trove-classifiers/python3-trove-classifiers.SlackBuild
+++ b/python/python3-trove-classifiers/python3-trove-classifiers.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-trove-classifiers
SRCNAM=${PRGNAM#python3-*}
-VERSION=${VERSION:-2023.5.24}
+VERSION=${VERSION:-2023.8.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -57,6 +57,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=""