summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGaetan Bisson2018-12-02 22:06:51 -1000
committerGaetan Bisson2018-12-02 22:06:51 -1000
commit99019618da0e088b78d1405175145c183bf6504d (patch)
treec2344de38542b40800809b2ded4e826ba8c8b2b2 /PKGBUILD
parentd971f15eb31b0c82d372ffabda758a9f11ccba3c (diff)
downloadaur-99019618da0e088b78d1405175145c183bf6504d.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 33a8ba33af33..ac51f4920fb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mupdf-git
_pkgname=mupdf
-pkgver=20180502.effc6a80
+pkgver=20181125.b5053c4c
pkgrel=1
pkgdesc='Lightweight PDF, XPS, and E-book viewer'
arch=('i686' 'x86_64' 'armv7h')
@@ -39,6 +39,9 @@ prepare() {
# embedding CJK fonts into binaries is madness...
sed '/TOFU_CJK /c #define TOFU_CJK 1/' -i include/mupdf/fitz/config.h
+
+ # fix memento.h confusion
+ echo 'THIRD_CFLAGS += -I./include/mupdf' >> Makethird
}
build() {