summaryrefslogtreecommitdiffstats
path: root/system/arqiver/arqiver.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/arqiver/arqiver.SlackBuild')
-rw-r--r--system/arqiver/arqiver.SlackBuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/system/arqiver/arqiver.SlackBuild b/system/arqiver/arqiver.SlackBuild
index 0a493dbf38..b2a472e4cd 100644
--- a/system/arqiver/arqiver.SlackBuild
+++ b/system/arqiver/arqiver.SlackBuild
@@ -2,7 +2,8 @@
# Slackware build script for arqiver
-# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com>
+# Copyright 2024- Antonio Leal, Porto Salvo, Oeiras, Portugal
+# Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=arqiver
-VERSION=${VERSION:-0.9.0}
+VERSION=${VERSION:-0.12.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -40,9 +41,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