From f8a4eefb2bb008f302349db07da4a75e746a1aeb Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 18 Apr 2014 03:26:15 +0000 Subject: Fri Apr 18 03:21:55 UTC 2014 --- community/mupdf/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'community/mupdf') diff --git a/community/mupdf/PKGBUILD b/community/mupdf/PKGBUILD index c3f31f5d5..2659d2270 100644 --- a/community/mupdf/PKGBUILD +++ b/community/mupdf/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 109477 2014-04-15 05:41:52Z bpiotrowski $ +# $Id: PKGBUILD 109645 2014-04-17 10:54:08Z spupykin $ # Maintainer: Bartłomiej Piotrowski # Contributor: Brad Fanella # Contributor: Stefan Husmann @@ -7,7 +7,7 @@ pkgname=mupdf pkgver=1.4 -pkgrel=1 +pkgrel=2 pkgdesc='Lightweight PDF and XPS viewer' arch=('i686' 'x86_64') url='http://mupdf.com' @@ -45,6 +45,7 @@ build() { package() { cd $pkgname-$pkgver-source make build=release prefix="$pkgdir"/usr install + install -Dm644 build/release/libmujs.a "$pkgdir"/usr/lib mv "$pkgdir"/usr/bin/mupdf-x11-curl "$pkgdir"/usr/bin/mupdf rm "$pkgdir"/usr/bin/mupdf-x11 -- cgit v1.2.3-54-g00ecf