summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGaetan Bisson2016-01-07 22:31:40 -1000
committerGaetan Bisson2016-01-07 22:31:40 -1000
commit3e86fa87889a88f72d2eda542f74f9c1114017d4 (patch)
treecf40417979a0f0967fdee6ccbb345b53208646cc /PKGBUILD
parentb354d21c6a4b51665325df8aeba29b3067e2b08e (diff)
downloadaur-3e86fa87889a88f72d2eda542f74f9c1114017d4.tar.gz
upstream update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ca6904647fa..acf1e5ebb79d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mupdf-git
_pkgname=mupdf
-pkgver=20150605.c22548d
+pkgver=20160106.1db0393
pkgrel=1
pkgdesc='Lightweight PDF, XPS and CBZ viewer'
arch=('i686' 'x86_64' 'armv7h')
@@ -48,7 +48,6 @@ build() {
package() {
cd "${srcdir}/${_pkgname}"
make build=release prefix="${pkgdir}"/usr install
- install -Dm644 build/release/libmujs.a "${pkgdir}"/usr/lib
install -Dm644 ../desktop "${pkgdir}"/usr/share/applications/mupdf.desktop
find "${pkgdir}"/usr/{include,lib,share} -type f | xargs chmod 644
ln -s mupdf-x11 "${pkgdir}"/usr/bin/mupdf