office/fbreader: BUILD=2 due to libunibreak update.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2023-01-11 23:22:07 -05:00 committed by Willy Sudiarto Raharjo
parent f883fbc86e
commit 8b444a4af6
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -5,11 +5,14 @@
# Maintained as of version 0.12.1 by Niels Horn <niels.horn@gmail.com>
# revision date: 2011/03/09
# Modified by SlackBuilds.org, 20230111 bkw: BUILD=2, just to force a
# rebuild after libunibreak update to 5.1.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=fbreader
VERSION=${VERSION:-0.99.4}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -21,9 +24,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