summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16683a665f5c..f7cfb4b26ea5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mupdf-git
_pkgname=mupdf
-pkgver=20201117.40d687558
+pkgver=20210106.58110fbad
pkgrel=1
pkgdesc='Lightweight PDF, XPS, and E-book viewer'
arch=('i686' 'x86_64' 'armv7h')
@@ -51,9 +51,6 @@ prepare() {
build() {
cd "${srcdir}/${_pkgname}"
- # fix memento.h confusion
- export CFLAGS+=' -I./include/mupdf'
-
export USE_SYSTEM_LIBS=yes
make release
}