diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-07 21:27:26 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-07 21:27:26 -0300 |
commit | 0363d5073b581f7d98910a93440d70b98ba29b53 (patch) | |
tree | a0ed8bf924f7a5c0b35d499edb45954cc215509c /community/mupdf | |
parent | 3a0008bd8a3e6f4f21181c1fadc17c3da3108907 (diff) | |
parent | b0145a13655cdf02f228f07b376e58a825e28b78 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/ude/PKGBUILD
Diffstat (limited to 'community/mupdf')
-rw-r--r-- | community/mupdf/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mupdf/PKGBUILD b/community/mupdf/PKGBUILD index 8d52bc837..c53c16c38 100644 --- a/community/mupdf/PKGBUILD +++ b/community/mupdf/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: xduugu (.desktop and install files) pkgname=mupdf -pkgver=0.8.15 +pkgver=0.8.165 pkgrel=1 pkgdesc="lightweight PDF viewer and toolkit written in portable C" arch=('i686' 'x86_64' 'mips64el') @@ -13,7 +13,7 @@ license=('GPL3') depends=('freetype2' 'libjpeg' 'jbig2dec' 'openjpeg' 'libxext') install=mupdf.install source=("http://mupdf.com/download/$pkgname-$pkgver-source.tar.gz") -md5sums=('ba6159fab82999599d36534cda07957f') +md5sums=('a95813737924e60d87a944d52b6a5120') build() { cd "$srcdir/$pkgname-$pkgver" |