diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-12-13 12:06:29 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-16 08:56:16 +0700 |
commit | 016590cf6e6f29cab59e621dfa569b659621153a (patch) | |
tree | a31bb3d47e46fcd2c4a9ccda6bfda889810e64ad /office/python3-xlsx2csv/python3-xlsx2csv.SlackBuild | |
parent | 2f7088676eb03bb2237c0f1638747b696581f2a3 (diff) |
office/python3-xlsx2csv: Updated for version 0.8.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/python3-xlsx2csv/python3-xlsx2csv.SlackBuild')
-rw-r--r-- | office/python3-xlsx2csv/python3-xlsx2csv.SlackBuild | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/office/python3-xlsx2csv/python3-xlsx2csv.SlackBuild b/office/python3-xlsx2csv/python3-xlsx2csv.SlackBuild index fc9eb6930941..4e82113b9d61 100644 --- a/office/python3-xlsx2csv/python3-xlsx2csv.SlackBuild +++ b/office/python3-xlsx2csv/python3-xlsx2csv.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-xlsx2csv SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-0.8.1} +VERSION=${VERSION:-0.8.2} 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 |