diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-16 03:47:45 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-16 03:47:45 +0000 |
commit | c78a18750fc2b9df6ea94089159f4176a1f9198d (patch) | |
tree | 25be357ee503ee66fd716327dd1a9a42d5f8b235 /community/mupdf/PKGBUILD | |
parent | ad45d1982b97faa9372d99e51daa687c7c09de7d (diff) |
Wed Apr 16 03:42:20 UTC 2014
Diffstat (limited to 'community/mupdf/PKGBUILD')
-rw-r--r-- | community/mupdf/PKGBUILD | 19 |
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/' \ |