summaryrefslogtreecommitdiffstats
path: root/system/gimp-help/gimp-help.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2023-06-17 12:10:07 +0200
committer Willy Sudiarto Raharjo2023-06-17 12:10:07 +0200
commit26e2d6b251ff1cbddeada0f77d29cb717f0e565a (patch)
tree56395a9fc13b81f2d139a3b35b71dbf753d5026e /system/gimp-help/gimp-help.SlackBuild
parenta056ae567fa5e750b45daf0f065c0a055640f167 (diff)
downloadslackbuilds-26e2d6b251ff1cbddeada0f77d29cb717f0e565a.tar.gz
system/gimp-help: Updated for version 2.10.34.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/gimp-help/gimp-help.SlackBuild')
-rw-r--r--system/gimp-help/gimp-help.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/system/gimp-help/gimp-help.SlackBuild b/system/gimp-help/gimp-help.SlackBuild
index 10630816e2..c135bb22cd 100644
--- a/system/gimp-help/gimp-help.SlackBuild
+++ b/system/gimp-help/gimp-help.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Slackware build script for gimp-help
-# Copyright 2014-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2014-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for any purpose
@@ -22,7 +22,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gimp-help
-VERSION=${VERSION:-2.10.0}
+VERSION=${VERSION:-2.10.34}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -35,9 +35,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