summaryrefslogtreecommitdiffstats
path: root/libraries/template-glib/template-glib.SlackBuild
diff options
context:
space:
mode:
author Charadon <dev@iotib.net>2023-03-11 21:09:21 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-03-11 21:09:21 +0700
commitbf26e90619d6fa8392c6d2407c615946e0d306fe (patch)
tree10a7a806d950addfefaccec6198dce89c8530a21 /libraries/template-glib/template-glib.SlackBuild
parent89d166f93be423bc959ce922f37bbb7782e5f315 (diff)
downloadslackbuilds-bf26e90619d6fa8392c6d2407c615946e0d306fe.tar.gz
slackbuilds-bf26e90619d6fa8392c6d2407c615946e0d306fe.tar.xz
libraries/template-glib: Updated for version 3.36.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/template-glib/template-glib.SlackBuild')
-rw-r--r--libraries/template-glib/template-glib.SlackBuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/libraries/template-glib/template-glib.SlackBuild b/libraries/template-glib/template-glib.SlackBuild
index 899a735888..2b4a2e0341 100644
--- a/libraries/template-glib/template-glib.SlackBuild
+++ b/libraries/template-glib/template-glib.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=template-glib
-VERSION=${VERSION:-3.36.0}
+VERSION=${VERSION:-3.36.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -38,15 +38,11 @@ case "$( uname -m )" in
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
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}