aboutsummaryrefslogtreecommitdiff
path: root/python/python-precis-i18n/python-precis-i18n.SlackBuild
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2023-01-13 21:39:33 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-14 08:50:03 +0700
commitc81010fa3f63a2c7ad4c1b1632bdf6b2d952af96 (patch)
treebfdb93a095e63b5d43591eac0d87bd0c47374da1 /python/python-precis-i18n/python-precis-i18n.SlackBuild
parent042b1f06d9f2ea49f721f9ff758c2070ccbb4017 (diff)
python/python-precis-i18n: Updated for version 1.0.5.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-precis-i18n/python-precis-i18n.SlackBuild')
-rw-r--r--python/python-precis-i18n/python-precis-i18n.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/python/python-precis-i18n/python-precis-i18n.SlackBuild b/python/python-precis-i18n/python-precis-i18n.SlackBuild
index 0f05257500..b9ce08491b 100644
--- a/python/python-precis-i18n/python-precis-i18n.SlackBuild
+++ b/python/python-precis-i18n/python-precis-i18n.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python-precis-i18n
-# Copyright 2019-2022 Andrew Clemons, Wellington New Zealand
+# Copyright 2019-2023 Andrew Clemons, Wellington New Zealand
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python-precis-i18n
SRCNAM="$(echo "$PRGNAM" | sed 's/python-//' | tr - _)"
-VERSION=${VERSION:-1.0.4}
+VERSION=${VERSION:-1.0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0