summaryrefslogtreecommitdiff
path: root/community/mupdf/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mupdf/PKGBUILD')
-rw-r--r--community/mupdf/PKGBUILD19
1 files changed, 8 insertions, 11 deletions
diff --git a/community/mupdf/PKGBUILD b/community/mupdf/PKGBUILD
index 6f736631e..c3f31f5d5 100644
--- a/community/mupdf/PKGBUILD
+++ b/community/mupdf/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 105051 2014-01-30 18:29:49Z bpiotrowski $
+# $Id: PKGBUILD 109477 2014-04-15 05:41:52Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
@@ -6,8 +6,8 @@
# Contributor: xduugu
pkgname=mupdf
-pkgver=1.3
-pkgrel=8
+pkgver=1.4
+pkgrel=1
pkgdesc='Lightweight PDF and XPS viewer'
arch=('i686' 'x86_64')
url='http://mupdf.com'
@@ -16,18 +16,15 @@ depends=('curl' 'desktop-file-utils' 'freetype2' 'jbig2dec' 'libjpeg' 'libxext'
'openssl')
install=mupdf.install
options=('staticlibs')
-source=(https://mupdf.googlecode.com/files/$pkgname-$pkgver-source.tar.gz
- mupdf-1.3-system-libcurl.patch
- mupdf-1.3-stack-buffer-overflow-in-xps_parse_color.patch)
-md5sums=('fe53c2a56ebd7759f5f965bc4ff66359'
- '6d11387e9bb9897f6f1ecc3956f8e2d4'
- 'f4d785b28f711e12d4a078ce9b3ed8f5')
+source=(http://mupdf.com/downloads/mupdf-$pkgver-source.tar.gz
+ mupdf-1.4-system-libcurl.patch)
+md5sums=('0f6840a7020db0c833b0c090ca1864ec'
+ 'b9fa68f059cfcd0b95c1166c83fd2ec5')
prepare() {
cd $pkgname-$pkgver-source
rm -rf thirdparty/{curl,freetype,jpeg,zlib,jbig2dec}
- patch -p1 -i ../mupdf-1.3-system-libcurl.patch
- patch -p1 -i ../mupdf-1.3-stack-buffer-overflow-in-xps_parse_color.patch
+ patch -p1 -i ../mupdf-1.4-system-libcurl.patch
cd platform/debian
sed -i -e 's/mupdf.xpm/mupdf/' \