diff options
author | B. Watson <yalhcru@gmail.com> | 2015-05-11 20:35:57 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-17 23:45:49 +0700 |
commit | 30c86db105076a3c1e7a7bea9def087149052b7b (patch) | |
tree | 0f9b37e64ae89d0d2cbd81c937d52934a606a215 /office/mupdf/mupdf.SlackBuild | |
parent | bcf51ed301fc588f912b9fb133ca1899989477cd (diff) | |
download | slackbuilds-30c86db105076a3c1e7a7bea9def087149052b7b.tar.gz |
office/mupdf: Updated for version 1.7a.
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 |