summaryrefslogtreecommitdiffstats
path: root/system/pdfgrep/pdfgrep.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2024-03-29 15:55:12 +0100
committer Willy Sudiarto Raharjo2024-03-29 15:55:12 +0100
commita1324bef9dd9fc660474c39edef3555880862e12 (patch)
tree5699f3445cdd87f226f2d2e6d3374b1f18419f42 /system/pdfgrep/pdfgrep.SlackBuild
parent2d03adaccc284cbb370a6efe22e29f729ba8474f (diff)
downloadslackbuilds-a1324bef9dd9fc660474c39edef3555880862e12.tar.gz
system/pdfgrep: Updated for version 2.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/pdfgrep/pdfgrep.SlackBuild')
-rw-r--r--system/pdfgrep/pdfgrep.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/system/pdfgrep/pdfgrep.SlackBuild b/system/pdfgrep/pdfgrep.SlackBuild
index 5980adb2de..3ae3dded58 100644
--- a/system/pdfgrep/pdfgrep.SlackBuild
+++ b/system/pdfgrep/pdfgrep.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pdfgrep
-# Copyright 2014-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2014-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pdfgrep
-VERSION=${VERSION:-2.1.2}
+VERSION=${VERSION:-2.2.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