diff options
Diffstat (limited to 'python/python3-plexapi/python3-plexapi.SlackBuild')
-rw-r--r-- | python/python3-plexapi/python3-plexapi.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python3-plexapi/python3-plexapi.SlackBuild b/python/python3-plexapi/python3-plexapi.SlackBuild index 47872934ae..3ea2b50a9e 100644 --- a/python/python3-plexapi/python3-plexapi.SlackBuild +++ b/python/python3-plexapi/python3-plexapi.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Slackware build script for python3-plexapi +# Slackware build script for python3-PlexAPI # Copyright 2019-2021 Pouria Rezaei <Pouria.rz@outlook.com> # All rights reserved. @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-plexapi -SRCNAM=PlexAPI -VERSION=${VERSION:-4.7.2} +VERSION=${VERSION:-4.8.0} +SRCNAM=python-plexapi BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |