diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 09:21:49 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 11:05:42 +0700 |
commit | 670e3084b4f9d128c212754e9dd4ea84a8197d3b (patch) | |
tree | a856b90d7e11821e64ea86bdca85133e433f03ee /development/python3-pyqt-distutils | |
parent | be02098bbacfb27a5bc4954968d5862a9b116de3 (diff) |
development/python3-pyqt-distutils: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/python3-pyqt-distutils')
-rw-r--r-- | development/python3-pyqt-distutils/python3-pyqt-distutils.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/python3-pyqt-distutils/python3-pyqt-distutils.SlackBuild b/development/python3-pyqt-distutils/python3-pyqt-distutils.SlackBuild index 1060f534d8..9b40c4b094 100644 --- a/development/python3-pyqt-distutils/python3-pyqt-distutils.SlackBuild +++ b/development/python3-pyqt-distutils/python3-pyqt-distutils.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pyqt-distutils -SRCNAM=$(echo $PRGNAM | sed "s/python3-//") +SRCNAM=${PRGNAM#python3-*} VERSION=${VERSION:-0.7.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |