diff options
author | Arn0 <yth@ythogtha.org> | 2023-11-30 09:53:47 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-30 20:27:46 +0700 |
commit | bc3067e71c12d2c53e132e90606393e914102745 (patch) | |
tree | 6ddee16c4a01a6b99757131b7d34ce5d91ccda6f /python/python3-pyasn1/python3-pyasn1.SlackBuild | |
parent | 6d9a857d7db4caeba156472584b2f5ebd94351ab (diff) |
python/python3-pyasn1: updated for version 0.5.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pyasn1/python3-pyasn1.SlackBuild')
-rw-r--r-- | python/python3-pyasn1/python3-pyasn1.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/python/python3-pyasn1/python3-pyasn1.SlackBuild b/python/python3-pyasn1/python3-pyasn1.SlackBuild index b69f185adb..569c7796fc 100644 --- a/python/python3-pyasn1/python3-pyasn1.SlackBuild +++ b/python/python3-pyasn1/python3-pyasn1.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pyasn1 -VERSION=${VERSION:-0.5.0} +VERSION=${VERSION:-0.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -60,6 +60,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="" |