summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cc21a310669..4dbfd8bc4974 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mupdf-git
pkgdesc = Lightweight PDF, XPS, and E-book viewer
- pkgver = 20200521.be1ac3330
+ pkgver = 20200716.cccdd578e
pkgrel = 1
url = https://mupdf.com/
arch = i686
@@ -15,6 +15,7 @@ pkgbase = mupdf-git
depends = jbig2dec
depends = libjpeg-turbo
depends = openjpeg2
+ depends = gumbo-parser
provides = mupdf
provides = mupdf-gl
provides = mupdf-tools
diff --git a/PKGBUILD b/PKGBUILD
index c4f4bf63c3cb..a356d8b3e631 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=mupdf-git
_pkgname=mupdf
-pkgver=20200521.be1ac3330
+pkgver=20200716.cccdd578e
pkgrel=1
pkgdesc='Lightweight PDF, XPS, and E-book viewer'
arch=('i686' 'x86_64' 'armv7h')
url='https://mupdf.com/'
license=('AGPL3')
makedepends=('git' 'libxi' 'glu')
-depends=('libxrandr' 'harfbuzz' 'jbig2dec' 'libjpeg-turbo' 'openjpeg2')
+depends=('libxrandr' 'harfbuzz' 'jbig2dec' 'libjpeg-turbo' 'openjpeg2' 'gumbo-parser')
source=('git://git.ghostscript.com/mupdf.git'
'git://git.ghostscript.com/mujs.git'
'git://git.ghostscript.com/thirdparty-lcms2.git'