diff options
Diffstat (limited to 'community/mupdf/PKGBUILD')
-rw-r--r-- | community/mupdf/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/mupdf/PKGBUILD b/community/mupdf/PKGBUILD index ef5bb739a..709e2c14b 100644 --- a/community/mupdf/PKGBUILD +++ b/community/mupdf/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 96830 2013-09-06 06:55:21Z bpiotrowski $ +# $Id: PKGBUILD 99335 2013-10-27 10:47:47Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Brad Fanella <bradfanella@archlinux.us> # Contributor: Stefan Husmann <stefan-husmann@t-online.de> @@ -7,13 +7,14 @@ pkgname=mupdf pkgver=1.3 -pkgrel=5 +pkgrel=7 pkgdesc='Lightweight PDF and XPS viewer' arch=('i686' 'x86_64' 'mips64el') url='http://mupdf.com' license=('GPL3') 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) sha256sums=('aba8b31bee9cc0a16abedab5e31c81c65996cba5591e62a50a79bea2a63d4478' |