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:46 +0700 |
commit | f419dd802b7c6b531366e6d798cc56b2bdd01c44 (patch) | |
tree | 1e0c7c58c01ff52d8c6ddb4c36a9c371836caa36 /python/python3-calver | |
parent | a528400deb75c08b21d4518d402d85308f5b75fb (diff) |
python/python3-calver: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-calver')
-rw-r--r-- | python/python3-calver/python3-calver.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-calver/python3-calver.SlackBuild b/python/python3-calver/python3-calver.SlackBuild index 8c0cdd1324dd9..d413ad7db4b9d 100644 --- a/python/python3-calver/python3-calver.SlackBuild +++ b/python/python3-calver/python3-calver.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-calver -SRCNAM=$(echo $PRGNAM | sed "s/python3-//") +SRCNAM=${PRGNAM#python3-*} VERSION=${VERSION:-2022.6.26} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |