diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-12-16 08:02:16 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-22 08:00:20 +0700 |
commit | 9e67036e17c2f68d1dcb7f9fc93e3e64e6b218fd (patch) | |
tree | b3ee8e74a3ce32e79c170fa0982e7c6512eaa83c /python/python3-pathspec/python3-pathspec.SlackBuild | |
parent | 9841eecfe32cec61500fd067d31b29b69a11e3c8 (diff) |
python/python3-pathspec: Updated for version 0.12.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pathspec/python3-pathspec.SlackBuild')
-rw-r--r-- | python/python3-pathspec/python3-pathspec.SlackBuild | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/python/python3-pathspec/python3-pathspec.SlackBuild b/python/python3-pathspec/python3-pathspec.SlackBuild index 2e4db3fa76..33d07db20e 100644 --- a/python/python3-pathspec/python3-pathspec.SlackBuild +++ b/python/python3-pathspec/python3-pathspec.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pathspec SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-0.11.2} +VERSION=${VERSION:-0.12.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -48,23 +48,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -elif [ "$ARCH" = "aarch64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - set -e rm -rf $PKG |