diff options
Diffstat (limited to 'office/mupdf/mupdf.SlackBuild')
-rw-r--r-- | office/mupdf/mupdf.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/office/mupdf/mupdf.SlackBuild b/office/mupdf/mupdf.SlackBuild index 80d5b44684..9299f83712 100644 --- a/office/mupdf/mupdf.SlackBuild +++ b/office/mupdf/mupdf.SlackBuild @@ -5,6 +5,9 @@ # Originally written by Hubert Hesse (slackbuilds@hubertscorner.de). # Heavily modified by B. Watson (yalhcru@gmail.com). +# 20170711 bkw: +# - version bump to 1.11. + # 20170621 bkw: # - fix build with -current's newer openjpeg, BUILD=2. @@ -83,8 +86,8 @@ # - Fix the man pages slightly. PRGNAM=mupdf -VERSION=${VERSION:-1.10a} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.11} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |