diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-09-01 02:39:17 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-09 10:14:15 +0700 |
commit | 299d3c8c37e40a28d16297f25089177ba72ae0b2 (patch) | |
tree | 205981adb14f234a5fa754279fa7a1f924acab09 /python/python3-markdown-it-py/python3-markdown-it-py.SlackBuild | |
parent | 4094878343f0c78e8f16dddddf4510f76ad664e5 (diff) |
python/python3-markdown-it-py: Updated for version 3.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-markdown-it-py/python3-markdown-it-py.SlackBuild')
-rw-r--r-- | python/python3-markdown-it-py/python3-markdown-it-py.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/python/python3-markdown-it-py/python3-markdown-it-py.SlackBuild b/python/python3-markdown-it-py/python3-markdown-it-py.SlackBuild index 40448b7243..9d35a3aaa7 100644 --- a/python/python3-markdown-it-py/python3-markdown-it-py.SlackBuild +++ b/python/python3-markdown-it-py/python3-markdown-it-py.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-markdown-it-py SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-2.2.0} +VERSION=${VERSION:-3.0.0} 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="" |