diff options
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" |