summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 107bc2de8af6..0e0a840f1cc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mupdf-git
pkgdesc = Lightweight PDF, XPS, and E-book viewer
- pkgver = 20191022.39197a149
+ pkgver = 20181125.b5053c4c
pkgrel = 1
url = https://mupdf.com/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 30c7f69c0c8f..10d8245450ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mupdf-git
_pkgname=mupdf
-pkgver=20191022.39197a149
+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() {