office/mupdf: Updated for version 1.11.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2017-07-11 17:09:11 -04:00 committed by Willy Sudiarto Raharjo
parent 267b8f7218
commit 1ca2fd652f
2 changed files with 8 additions and 5 deletions

View file

@ -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

View file

@ -1,8 +1,8 @@
PRGNAM="mupdf"
VERSION="1.10a"
VERSION="1.11"
HOMEPAGE="https://www.mupdf.com/"
DOWNLOAD="https://www.mupdf.com/downloads/archive/mupdf-1.10a-source.tar.gz"
MD5SUM="f80fbba2524d1d52f6ed09237d382411"
DOWNLOAD="https://www.mupdf.com/downloads/archive/mupdf-1.11-source.tar.gz"
MD5SUM="ab9a6629f572225e803c4cf426bdb09c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jbig2dec"