Skip to content

Commit 4dff327

Browse files
committed
zathura-pdf-mupdf: update to 2026.05.10
1 parent ddf287b commit 4dff327

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- a/meson.build
2+
+++ b/meson.build
3+
@@ -32,7 +32,7 @@
4+
cairo,
5+
]
6+
7+
-if not mupdf.found()
8+
+if true
9+
# normal build of mupdf
10+
mupdf = cc.find_library('mupdf', has_headers: ['mupdf/fitz/version.h', 'mupdf/fitz.h', 'mupdf/pdf.h'], required: true)
11+
mupdfthird = cc.find_library('mupdf-third')

srcpkgs/zathura-pdf-mupdf/template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'zathura-pdf-mupdf'
22
pkgname=zathura-pdf-mupdf
3-
version=0.4.4
3+
version=2026.05.10
44
revision=4
55
build_style=meson
66
hostmakedepends="pkg-config"
@@ -13,7 +13,7 @@ license="Zlib"
1313
homepage="https://pwmt.org/projects/zathura-pdf-mupdf/"
1414
changelog="https://pwmt.org/projects/zathura-pdf-mupdf/changelog/${version}/index.html"
1515
distfiles="https://pwmt.org/projects/zathura-pdf-mupdf/download/zathura-pdf-mupdf-${version}.tar.xz"
16-
checksum=0125624901cabe3a2fe63315a46e7d966a323c028ff53890dfaf7856adb1f4fc
16+
checksum=e57c046e80b65e0a8df82cb04b537102099c38b3ed4d7f30161c2e7dcd9a6e28
1717
conflicts="zathura-pdf-poppler>=0"
1818

1919
post_install() {

0 commit comments

Comments
 (0)