diff options
author | B. Watson <urchlay@slackware.uk> | 2023-01-11 23:22:07 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-14 08:50:31 +0700 |
commit | 8b444a4af6b532fcb515684b7a6e49ceadfd18b0 (patch) | |
tree | f51b8fbe7f75169c41aeb19249abc6d2671563f0 /office/fbreader | |
parent | f883fbc86e0498b1c30c23f6beca1a177cdba941 (diff) |
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>
Diffstat (limited to 'office/fbreader')
-rw-r--r-- | office/fbreader/fbreader.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/office/fbreader/fbreader.SlackBuild b/office/fbreader/fbreader.SlackBuild index 8810087cc0efe..b82dd3ea8c3cf 100644 --- a/office/fbreader/fbreader.SlackBuild +++ b/office/fbreader/fbreader.SlackBuild @@ -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 |