aboutsummaryrefslogtreecommitdiff
path: root/office/ProjectLibre/ProjectLibre.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'office/ProjectLibre/ProjectLibre.SlackBuild')
-rw-r--r--office/ProjectLibre/ProjectLibre.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/office/ProjectLibre/ProjectLibre.SlackBuild b/office/ProjectLibre/ProjectLibre.SlackBuild
index 048f393e8e..67f0eed7a0 100644
--- a/office/ProjectLibre/ProjectLibre.SlackBuild
+++ b/office/ProjectLibre/ProjectLibre.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# SlackBuild Script for ProjectLibre
-# Copyright 2012-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2012-2025 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ProjectLibre
-VERSION=${VERSION:-1.9.3}
+VERSION=${VERSION:-1.9.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -32,9 +32,6 @@ PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
SRCNAM=projectlibre
-# 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