summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaetan Bisson2019-10-30 12:25:57 -1000
committerGaetan Bisson2019-10-30 12:25:57 -1000
commit29be13a9b49a05463e8d7b88c1f5635d701a08b0 (patch)
tree71a2aeea4f04dc979e6101789376d1dff78de8df
parentbf5ce6c573e365c77da5cdddfb2d8668b5996c5c (diff)
parent99019618da0e088b78d1405175145c183bf6504d (diff)
downloadaur-29be13a9b49a05463e8d7b88c1f5635d701a08b0.tar.gz
Merge branch 'master' of ssh://aur/mupdf-git
-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() {