diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 09:23:58 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 11:05:54 +0700 |
commit | 0a80b198ad0f0ff3c08cd1051a7406fa1421beb4 (patch) | |
tree | 20b47a9b47c5685f817c35c6c4a1bc0055805b4d | |
parent | e4682e5b609abe5268d8f16c1b80372b027bcded (diff) |
python/python3-zxcvbn-python: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-zxcvbn-python/python3-zxcvbn-python.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-zxcvbn-python/python3-zxcvbn-python.SlackBuild b/python/python3-zxcvbn-python/python3-zxcvbn-python.SlackBuild index 104f1b7bdb320..6621aacb59aef 100644 --- a/python/python3-zxcvbn-python/python3-zxcvbn-python.SlackBuild +++ b/python/python3-zxcvbn-python/python3-zxcvbn-python.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-zxcvbn-python -SRCNAM=$(echo $PRGNAM | sed "s/python3-//") +SRCNAM=${PRGNAM#python3-*} VERSION=${VERSION:-4.4.24} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |