aboutsummaryrefslogtreecommitdiff
path: root/system/lxqt-session/lxqt-session.SlackBuild
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2023-04-17 22:05:10 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-22 11:38:23 +0700
commitdcec419387435204b308b94cd05100a1fcb88346 (patch)
tree514a28b0e537204a865282933d66945eb63e1e97 /system/lxqt-session/lxqt-session.SlackBuild
parent2add7a1d867654e12b0adb4d4a1ade068f3f5e09 (diff)
system/lxqt-session: Updated for version 1.3.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/lxqt-session/lxqt-session.SlackBuild')
-rw-r--r--system/lxqt-session/lxqt-session.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/system/lxqt-session/lxqt-session.SlackBuild b/system/lxqt-session/lxqt-session.SlackBuild
index 824db59e3cab7..5136555934c65 100644
--- a/system/lxqt-session/lxqt-session.SlackBuild
+++ b/system/lxqt-session/lxqt-session.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for lxqt-session
-# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com>
+# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=lxqt-session
-VERSION=${VERSION:-1.2.0}
+VERSION=${VERSION:-1.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -38,9 +38,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