diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-01-31 18:42:42 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-02 11:23:17 +0700 |
commit | 7d16f5dfaa5a1ecadb272e6aa7f4e5a463b6f792 (patch) | |
tree | e1390854e892a8e4ce54b498b8d85e0dbd95852e /python/python-precis-i18n/python-precis-i18n.SlackBuild | |
parent | 8d3aa45efc7f89152a8898b19f42242013371b5e (diff) |
python/python-precis-i18n: Updated for version 1.0.4.
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.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-precis-i18n/python-precis-i18n.SlackBuild b/python/python-precis-i18n/python-precis-i18n.SlackBuild index 6d25d1de7dc01..0f05257500cea 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-2021 Andrew Clemons, Wellington New Zealand +# Copyright 2019-2022 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.3} +VERSION=${VERSION:-1.0.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |