From e32b275da919adda34efde00c9f6957ef21c701e Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 25 Dec 2021 11:28:32 -0500 Subject: libraries/girara: Updated for version 0.3.6. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- libraries/girara/girara.SlackBuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'libraries/girara/girara.SlackBuild') 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 -- cgit v1.2.3