diff options
author | Pouria Rezaei <Pouria.rz@outlook.com> | 2024-07-07 01:30:27 +0330 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-07 12:34:01 +0700 |
commit | 78097777f2d78616ed800001501b724877a9eafb (patch) | |
tree | 2ac2ebf81966dd8bae102eaf38017798fa2de656 /python/python3-plexapi/python3-plexapi.SlackBuild | |
parent | f989037a64d5f50fcdd6ef051e97964b6d0a1a86 (diff) |
python/python3-plexapi: Updated to 4.15.15.
Signed-off-by: Pouria Rezaei <Pouria.rz@outlook.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-plexapi/python3-plexapi.SlackBuild')
-rw-r--r-- | python/python3-plexapi/python3-plexapi.SlackBuild | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/python/python3-plexapi/python3-plexapi.SlackBuild b/python/python3-plexapi/python3-plexapi.SlackBuild index b876afd4c2..121c32ddb6 100644 --- a/python/python3-plexapi/python3-plexapi.SlackBuild +++ b/python/python3-plexapi/python3-plexapi.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-plexapi -VERSION=${VERSION:-4.15.14} +VERSION=${VERSION:-4.15.15} SRCNAM=PlexAPI BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -52,20 +52,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" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - set -e rm -rf $PKG |