summaryrefslogtreecommitdiffstats
path: root/graphics/gimp-plugin-export-layers/gimp-plugin-export-layers.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gimp-plugin-export-layers/gimp-plugin-export-layers.SlackBuild')
-rw-r--r--graphics/gimp-plugin-export-layers/gimp-plugin-export-layers.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/gimp-plugin-export-layers/gimp-plugin-export-layers.SlackBuild b/graphics/gimp-plugin-export-layers/gimp-plugin-export-layers.SlackBuild
index 8717df7da7..473ccbe6d3 100644
--- a/graphics/gimp-plugin-export-layers/gimp-plugin-export-layers.SlackBuild
+++ b/graphics/gimp-plugin-export-layers/gimp-plugin-export-layers.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for gimp-plugin-export-layers
-# Copyright 2018 - 2019 Andrew Strong, Blue Mountains, Australia.
+# Copyright 2018 - 2023 Andrew Strong, Blue Mountains, Australia.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gimp-plugin-export-layers
-VERSION=${VERSION:-3.3.1}
+VERSION=${VERSION:-3.3.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -40,9 +40,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