diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-08-31 10:09:17 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-02 18:02:37 +0700 |
commit | 657eb24a72b9bb3d5716be2e4a833837ce786313 (patch) | |
tree | fcd6538b9ef04b66d0919f7b02ef21dfb5466fe0 /python/python3-more-itertools/python3-more-itertools.SlackBuild | |
parent | 714ce89dea4ac19cbfcb5d2eaf322b2c08566c9c (diff) |
python/python3-more-itertools: Updated for version 10.1.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-more-itertools/python3-more-itertools.SlackBuild')
-rw-r--r-- | python/python3-more-itertools/python3-more-itertools.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/python/python3-more-itertools/python3-more-itertools.SlackBuild b/python/python3-more-itertools/python3-more-itertools.SlackBuild index 45a7f88ebc..737794002e 100644 --- a/python/python3-more-itertools/python3-more-itertools.SlackBuild +++ b/python/python3-more-itertools/python3-more-itertools.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-more-itertools SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-9.1.0} +VERSION=${VERSION:-10.1.0} 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="" |