summaryrefslogtreecommitdiff
path: root/community/mupdf
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-04-06 09:47:04 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-04-06 09:47:04 +0200
commit5b1689a2cf3def5dea6a56f577930e7c6df4f003 (patch)
tree8ef875217e9d87666706e7f88f579cc579aaa63e /community/mupdf
parent2c0066a33742d4879adc9eeab45e04fba7bafbcb (diff)
parentfd8249d016683ade99a23251d6ffdf5d5a3e76a4 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/rcs/PKGBUILD libre/cups-filters-libre/PKGBUILD
Diffstat (limited to 'community/mupdf')
-rw-r--r--community/mupdf/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/mupdf/PKGBUILD b/community/mupdf/PKGBUILD
index 39e3fb58e..b04d9c8b9 100644
--- a/community/mupdf/PKGBUILD
+++ b/community/mupdf/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 85309 2013-02-28 20:50:02Z bpiotrowski $
+# $Id: PKGBUILD 87740 2013-04-05 21:06:47Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
@@ -7,7 +7,7 @@
pkgname=mupdf
pkgver=1.2
-pkgrel=1
+pkgrel=2
pkgdesc='Lightweight PDF and XPS viewer'
arch=('i686' 'x86_64' 'mips64el')
url='http://mupdf.com'
@@ -22,6 +22,7 @@ build() {
CXXFLAGS+=' -fPIC'
cd "$srcdir"/$pkgname-$pkgver-source
+ rm -rf thirdparty
make build=release prefix=/usr
}