diff options
author | root <root@rshg054.dnsready.net> | 2013-10-28 01:15:28 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-28 01:15:28 -0700 |
commit | 1a32448c2c53b0e66ce0fe14c5dd2057afd432bc (patch) | |
tree | d94819e60d05fada511b43feec6f7e46386a215a /community/mupdf | |
parent | 2886140ddb1db32f36cb0b27e93888442a603a53 (diff) |
Mon Oct 28 01:14:27 PDT 2013
Diffstat (limited to 'community/mupdf')
-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 f50f2bd46..daf8c42ad 100644 --- a/community/mupdf/PKGBUILD +++ b/community/mupdf/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 99257 2013-10-26 14:31:26Z 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=6 +pkgrel=7 pkgdesc='Lightweight PDF and XPS viewer' arch=('i686' 'x86_64') 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' |