diff options
author | Isaac Yu <isaacyu@protonmail.com> | 2024-06-04 09:15:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-04 10:09:30 +0700 |
commit | f66dac19cef4dd21b41917563f5c75cdabc9f312 (patch) | |
tree | 2a723f5c731ff21a06ea23dae23cf1c2e2539e03 /python/python3-ipython-sql/python3-ipython-sql.SlackBuild | |
parent | 808a4e5d88219234265e259ed60f97defe34f6c4 (diff) |
python/python3-ipython-sql: Update dep.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-ipython-sql/python3-ipython-sql.SlackBuild')
-rw-r--r-- | python/python3-ipython-sql/python3-ipython-sql.SlackBuild | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/python/python3-ipython-sql/python3-ipython-sql.SlackBuild b/python/python3-ipython-sql/python3-ipython-sql.SlackBuild index 99fc317606..305633b44d 100644 --- a/python/python3-ipython-sql/python3-ipython-sql.SlackBuild +++ b/python/python3-ipython-sql/python3-ipython-sql.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-ipython-sql -# Copyright 2020-2023 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2020-2024 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-ipython-sql VERSION=${VERSION:-0.5.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -49,16 +49,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ]; then - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - LIBDIRSUFFIX="64" -else - LIBDIRSUFFIX="" -fi - set -e rm -rf $PKG |