summaryrefslogtreecommitdiffstats
path: root/python/python3-aniso8601
diff options
context:
space:
mode:
author fourtysixandtwo2023-05-14 17:23:52 +0200
committer Willy Sudiarto Raharjo2023-05-15 06:05:46 +0200
commit19b81d6c3385f7dfe5aa4594f4133c35030cfdf4 (patch)
tree62b88440683691626d072bf3da1ce4a5f886c038 /python/python3-aniso8601
parent62f407878984a10ab524e74d598c1390568d6c34 (diff)
downloadslackbuilds-19b81d6c3385f7dfe5aa4594f4133c35030cfdf4.tar.gz
python/python3-aniso8601: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-aniso8601')
-rw-r--r--python/python3-aniso8601/python3-aniso8601.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-aniso8601/python3-aniso8601.SlackBuild b/python/python3-aniso8601/python3-aniso8601.SlackBuild
index d0fc0ab47b..91132e5d54 100644
--- a/python/python3-aniso8601/python3-aniso8601.SlackBuild
+++ b/python/python3-aniso8601/python3-aniso8601.SlackBuild
@@ -28,7 +28,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-aniso8601
-SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
+SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-9.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}