diff options
Diffstat (limited to 'office')
-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 |