diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 09:23:54 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 11:05:49 +0700 |
commit | 17dad99c68a7d75da06997cacf5a63af58bfe989 (patch) | |
tree | 3b61274f8134230caee9b16b59deadbb95abc82c /python/python3-guessit | |
parent | d072657216b6dff600b575bfaabf00c5ca0d7c5b (diff) |
python/python3-guessit: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-guessit')
-rw-r--r-- | python/python3-guessit/python3-guessit.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-guessit/python3-guessit.SlackBuild b/python/python3-guessit/python3-guessit.SlackBuild index d50adc5e1909..de431af94990 100644 --- a/python/python3-guessit/python3-guessit.SlackBuild +++ b/python/python3-guessit/python3-guessit.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-guessit -SRCNAM=$(echo $PRGNAM | sed "s/python3-//") +SRCNAM=${PRGNAM#python3-*} VERSION=${VERSION:-3.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |