summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaetan Bisson2017-04-21 17:55:49 -1000
committerGaetan Bisson2017-04-21 17:55:49 -1000
commitbe9b5b757389fe3866d4f0e217a1596ab91d48a1 (patch)
tree2c9044427f01cf6cd84c1b623c2be441b7889198
parent99a2fe8b868c67d71994cbf3ff0c336202182614 (diff)
downloadaur-be9b5b757389fe3866d4f0e217a1596ab91d48a1.tar.gz
upstream update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de444813a8e1..85c548e502c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mupdf-git
pkgdesc = Lightweight PDF, XPS and CBZ viewer
- pkgver = 20170323.185d530d
+ pkgver = 20170421.a59b4e9f
pkgrel = 1
url = http://mupdf.com/
arch = i686
@@ -19,9 +19,9 @@ pkgbase = mupdf-git
source = git://git.ghostscript.com/mupdf.git
source = git://git.ghostscript.com/mujs.git
source = desktop
- sha1sums = SKIP
- sha1sums = SKIP
- sha1sums = 31573e5da3fbf0162c0926511fc9858f2052fa6c
+ sha256sums = SKIP
+ sha256sums = SKIP
+ sha256sums = 3240d4ebda002cb2c4f42cd42793c6160f1701d349d0acb797819dfd10d4fedd
pkgname = mupdf-git
diff --git a/PKGBUILD b/PKGBUILD
index 9119b59a46b4..544899a45e93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mupdf-git
_pkgname=mupdf
-pkgver=20170323.185d530d
+pkgver=20170421.a59b4e9f
pkgrel=1
pkgdesc='Lightweight PDF, XPS and CBZ viewer'
arch=('i686' 'x86_64' 'armv7h')
@@ -38,6 +38,9 @@ prepare() {
# embedding CJK fonts into binaries is madness...
sed '/TOFU_CJK /c #define TOFU_CJK 1/' -i include/mupdf/fitz/config.h
+
+ # those files are gone
+ sed '/install/s:docs/\*\.txt::g' -i Makefile
}
build() {