Skip to content

Commit

Permalink
python/python3-plexapi: Updated to 4.15.15.
Browse files Browse the repository at this point in the history
Signed-off-by: Pouria Rezaei <[email protected]>
  • Loading branch information
RSKYS committed Jul 6, 2024
1 parent 52a886e commit 1d02128
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
16 changes: 1 addition & 15 deletions python/python3-plexapi/python3-plexapi.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions python/python3-plexapi/python3-plexapi.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="python3-plexapi"
VERSION="4.15.14"
VERSION="4.15.15"
HOMEPAGE="https://github.com/pkkid/python-plexapi"
DOWNLOAD="https://files.pythonhosted.org/packages/47/d6/6c9f93136b73fd5e044e7ef3e71ac83b177afe6275dfa9acffe7adb55df6/PlexAPI-4.15.14.tar.gz"
MD5SUM="fb7adbd3166a3eaa6d72f24d395a3d2d"
DOWNLOAD="https://files.pythonhosted.org/packages/3a/b8/cb8f799bf30629081ac243b6e21dfd65c4c4ac57ae7f53e1fa32f5296d9f/PlexAPI-4.15.15.tar.gz"
MD5SUM="f10884943fea1f9674f0cc811d688198"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
Expand Down

0 comments on commit 1d02128

Please sign in to comment.