Date: Friday, April 5, 2013 @ 23:06:33 Author: bpiotrowski Revision: 87739
upgpkg: mupdf 1.2-2 - rebuild against libraries in our repositories instead of these shipped by upstream Modified: mupdf/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-04-05 20:58:51 UTC (rev 87738) +++ PKGBUILD 2013-04-05 21:06:33 UTC (rev 87739) @@ -7,7 +7,7 @@ pkgname=mupdf pkgver=1.2 -pkgrel=1 +pkgrel=2 pkgdesc='Lightweight PDF and XPS viewer' arch=('i686' 'x86_64') url='http://mupdf.com' @@ -22,6 +22,7 @@ CXXFLAGS+=' -fPIC' cd "$srcdir"/$pkgname-$pkgver-source + rm -rf thirdparty make build=release prefix=/usr }