diff options
author | B. Watson <yalhcru@gmail.com> | 2017-07-11 17:09:11 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-12 22:48:02 +0700 |
commit | 1ca2fd652f319136914f9650a0d84bf900f01b54 (patch) | |
tree | fbdcbf2340357008a503994ce5b5884d15fe66fb /office/mupdf/mupdf.SlackBuild | |
parent | 267b8f7218dec24293c2ac345e49e9e7528a27eb (diff) |
office/mupdf: Updated for version 1.11.
Signed-off-by: B. Watson <yalhcru@gmail.com>
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 80d5b446840f..9299f837121c 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 |