diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 09:23:55 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 11:05:49 +0700 |
commit | ab0f3826fdef10e18d8ee45aec0d58c15e370e3f (patch) | |
tree | 9b26b0582a1d481f85610fe94b110881b1fc5207 /python/python3-httpcore | |
parent | 962cc8abe9e5e2ffb90f3dab4fb1780b42ede823 (diff) |
python/python3-httpcore: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-httpcore')
-rw-r--r-- | python/python3-httpcore/python3-httpcore.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-httpcore/python3-httpcore.SlackBuild b/python/python3-httpcore/python3-httpcore.SlackBuild index 3847840d58030..754d4b97f8629 100644 --- a/python/python3-httpcore/python3-httpcore.SlackBuild +++ b/python/python3-httpcore/python3-httpcore.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-httpcore -SRCNAM=$(echo $PRGNAM | sed 's/python3-//') +SRCNAM=${PRGNAM#python3-*} VERSION=${VERSION:-0.17.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |