summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGaetan Bisson2017-04-21 17:55:49 -1000
committerGaetan Bisson2017-04-21 17:55:49 -1000
commitbe9b5b757389fe3866d4f0e217a1596ab91d48a1 (patch)
tree2c9044427f01cf6cd84c1b623c2be441b7889198 /PKGBUILD
parent99a2fe8b868c67d71994cbf3ff0c336202182614 (diff)
downloadaur-be9b5b757389fe3866d4f0e217a1596ab91d48a1.tar.gz
upstream update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9119b59a46b4..544899a45e93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mupdf-git
_pkgname=mupdf
-pkgver=20170323.185d530d
+pkgver=20170421.a59b4e9f
pkgrel=1
pkgdesc='Lightweight PDF, XPS and CBZ viewer'
arch=('i686' 'x86_64' 'armv7h')
@@ -38,6 +38,9 @@ prepare() {
# embedding CJK fonts into binaries is madness...
sed '/TOFU_CJK /c #define TOFU_CJK 1/' -i include/mupdf/fitz/config.h
+
+ # those files are gone
+ sed '/install/s:docs/\*\.txt::g' -i Makefile
}
build() {