diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 09:23:56 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 11:05:50 +0700 |
commit | 29893749acfccfe30926565724d9306c10e4065c (patch) | |
tree | e849d889cd0bd91e8ac08bdfa47544a39ef82379 /python/python3-jaraco.functools | |
parent | 44d3411084324b981fa889a3efe4f87442e48b08 (diff) |
python/python3-jaraco.functools: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-jaraco.functools')
-rw-r--r-- | python/python3-jaraco.functools/python3-jaraco.functools.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-jaraco.functools/python3-jaraco.functools.SlackBuild b/python/python3-jaraco.functools/python3-jaraco.functools.SlackBuild index 8f5da9b4007ff..0a47e7122ce24 100644 --- a/python/python3-jaraco.functools/python3-jaraco.functools.SlackBuild +++ b/python/python3-jaraco.functools/python3-jaraco.functools.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-jaraco.functools -SRCNAM=$(echo $PRGNAM | sed "s/python3-//") +SRCNAM=${PRGNAM#python3-*} VERSION=${VERSION:-3.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |