diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 09:23:53 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 11:05:47 +0700 |
commit | dbd2222d3479e155382901f8c3afc73403e1c563 (patch) | |
tree | b3cf2210f1f5996b335b31d596cbee7a947d4627 /python/python3-cattrs | |
parent | f419dd802b7c6b531366e6d798cc56b2bdd01c44 (diff) |
python/python3-cattrs: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-cattrs')
-rw-r--r-- | python/python3-cattrs/python3-cattrs.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-cattrs/python3-cattrs.SlackBuild b/python/python3-cattrs/python3-cattrs.SlackBuild index 68164397645e..8bf2f455e9d5 100644 --- a/python/python3-cattrs/python3-cattrs.SlackBuild +++ b/python/python3-cattrs/python3-cattrs.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-cattrs -SRCNAM=$(echo $PRGNAM | sed "s/python3-//") +SRCNAM=${PRGNAM#python3-*} VERSION=${VERSION:-22.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |