diff options
author | B. Watson <yalhcru@gmail.com> | 2021-12-25 11:28:32 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-27 16:20:28 +0700 |
commit | e32b275da919adda34efde00c9f6957ef21c701e (patch) | |
tree | b028e12e3b04fdaaa711620199f67d726ba661ae /libraries/girara/girara.SlackBuild | |
parent | 6f5d07e222fa33a355210e5aab323a35a81a95bd (diff) |
libraries/girara: Updated for version 0.3.6.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/girara/girara.SlackBuild')
-rw-r--r-- | libraries/girara/girara.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libraries/girara/girara.SlackBuild b/libraries/girara/girara.SlackBuild index 49ea5ea3dccdf..41860b2f23517 100644 --- a/libraries/girara/girara.SlackBuild +++ b/libraries/girara/girara.SlackBuild @@ -6,15 +6,15 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20211225 bkw: update for v0.3.6. # 20180903 bkw: Fix build with Russian (and possibly other non-English) locale. - # 20180619 bkw: Update for v0.3.0. Upstream switched from make to meson, # so this script's no longer compatible with older versions of girara. cd $(dirname $0) ; CWD=$(pwd) PRGNAM=girara -VERSION=${VERSION:-0.3.0} +VERSION=${VERSION:-0.3.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -27,9 +27,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 |