summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16abe258fbc0..8e018d1439fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Jan 8 08:31:25 UTC 2016
pkgbase = mupdf-git
pkgdesc = Lightweight PDF, XPS and CBZ viewer
- pkgver = 20150605.c22548d
+ pkgver = 20160106.1db0393
pkgrel = 1
url = http://mupdf.com/
arch = i686
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