summaryrefslogtreecommitdiffstats
path: root/python/python3-plexapi/python3-plexapi.SlackBuild
diff options
context:
space:
mode:
author RSKYS2021-11-22 06:26:23 +0100
committer Willy Sudiarto Raharjo2021-11-22 16:43:15 +0100
commit94a75ab0bb89ffd5b65894ebb348e2fe2ed86c31 (patch)
treed7f3a27ebe86bbf0161a502412fa2296eb66e423 /python/python3-plexapi/python3-plexapi.SlackBuild
parent021581883293ea63130989ea77be4b85e7cc8286 (diff)
downloadslackbuilds-94a75ab0bb89ffd5b65894ebb348e2fe2ed86c31.tar.gz
python/python3-plexapi: Updated for version 4.8.0.
Signed-off-by: RSKYS <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.SlackBuild6
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}