diff options
author | Arn0 <yth@ythogtha.org> | 2024-01-18 14:34:59 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-19 09:16:29 +0700 |
commit | 5787c9b1636dee73621a1204b90704b826080114 (patch) | |
tree | 7644ccd5465b2b835fc72438a58b6cfe012ad763 /python/python3-service-identity/python3-service-identity.SlackBuild | |
parent | 5e24f701242b34c7ca4fc088abc3c045ef6c57d1 (diff) |
python/python3-service-identity: updated for version 24.1.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-service-identity/python3-service-identity.SlackBuild')
-rw-r--r-- | python/python3-service-identity/python3-service-identity.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/python/python3-service-identity/python3-service-identity.SlackBuild b/python/python3-service-identity/python3-service-identity.SlackBuild index 52d6c95b6e..3825d06e78 100644 --- a/python/python3-service-identity/python3-service-identity.SlackBuild +++ b/python/python3-service-identity/python3-service-identity.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-service-identity SRCNAM=service_identity -VERSION=${VERSION:-23.1.0} +VERSION=${VERSION:-24.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -62,6 +62,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="" |