diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 09:23:50 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 11:05:43 +0700 |
commit | 7769db91f6444cc649859288f41a8984be9d304d (patch) | |
tree | 88b1334807aecee7a878f3fde39f1dd6792fc1fd /network | |
parent | 4c22cfb9f6e4f473d8e2e79e92e6fee26bdbd691 (diff) |
network/python3-PyRSS2Gen: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/python3-PyRSS2Gen/python3-PyRSS2Gen.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/python3-PyRSS2Gen/python3-PyRSS2Gen.SlackBuild b/network/python3-PyRSS2Gen/python3-PyRSS2Gen.SlackBuild index ba4498255016..32ee67daea65 100644 --- a/network/python3-PyRSS2Gen/python3-PyRSS2Gen.SlackBuild +++ b/network/python3-PyRSS2Gen/python3-PyRSS2Gen.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-PyRSS2Gen -SRCNAM=$(echo $PRGNAM | sed "s/python3-//") +SRCNAM=${PRGNAM#python3-*} VERSION=${VERSION:-1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |