diff options
Diffstat (limited to 'office/mupdf/mupdf.SlackBuild')
-rw-r--r-- | office/mupdf/mupdf.SlackBuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/office/mupdf/mupdf.SlackBuild b/office/mupdf/mupdf.SlackBuild index 680e8d9aa0..57c2a7627f 100644 --- a/office/mupdf/mupdf.SlackBuild +++ b/office/mupdf/mupdf.SlackBuild @@ -5,6 +5,11 @@ # Originally written by Hubert Hesse (slackbuilds@hubertscorner.de). # Heavily modified by B. Watson (yalhcru@gmail.com). +# 20150511 bkw: +# - version bump to 1.7a. +# - remembered to reset BUILD to 1, yay. +# - no other changes (amazingly enough). + # 20140827 bkw: fix quality control fails in previous version. # 2 issues pointed out by Thomas Morper in an email: # - The source is already found in upstream's archive/, and won't get @@ -63,8 +68,8 @@ # - Fix the man pages slightly. PRGNAM=mupdf -VERSION=${VERSION:-1.5} -BUILD=${BUILD:-4} +VERSION=${VERSION:-1.7a} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |