diff options
| author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-09-04 06:15:28 -0600 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-09 10:14:19 +0700 |
| commit | 55a23358bb8bbb181f042a19adfa53da9f7d43ae (patch) | |
| tree | 34b59ad19ee91293681eb0a04a120b41f849b913 /python/python3-inflect/python3-inflect.SlackBuild | |
| parent | 6aaf9bff99a1faefe6669545598489ec3d424014 (diff) | |
python/python3-inflect: Updated for version 7.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-inflect/python3-inflect.SlackBuild')
| -rw-r--r-- | python/python3-inflect/python3-inflect.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/python/python3-inflect/python3-inflect.SlackBuild b/python/python3-inflect/python3-inflect.SlackBuild index b6926783bf..ef581003bd 100644 --- a/python/python3-inflect/python3-inflect.SlackBuild +++ b/python/python3-inflect/python3-inflect.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-inflect SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-6.0.4} +VERSION=${VERSION:-7.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="" |
