Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / zathura
Commits: b017cdec by Robin Candau at 2026-05-20T11:54:18+02:00 upgpkg: 2026.05.20-1: New upstream release https://github.com/pwmt/zathura/releases/tag/2026.05.20 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = zathura pkgdesc = Minimalistic document viewer - pkgver = 2026.05.11 + pkgver = 2026.05.20 pkgrel = 1 url = https://pwmt.org/projects/zathura/ arch = x86_64 @@ -27,7 +27,7 @@ pkgbase = zathura optdepends = zathura-pdf-mupdf: PDF support using MuPDF optdepends = zathura-ps: PostScript support optdepends = zathura-cb: Comic book support - source = zathura-2026.05.11.tar.gz::https://github.com/pwmt/zathura/archive/refs/tags/2026.05.11.tar.gz - sha512sums = 82ed85f3b84e3a8936fa5515e978ce9211fb492322428ebc35fcd2ce45de77a829f4f429bb8c30b528ebe13f03a7b17725cb22b4d11392c3f6b05028b379f24b + source = zathura-2026.05.20.tar.gz::https://github.com/pwmt/zathura/archive/refs/tags/2026.05.20.tar.gz + sha512sums = 2717cf46bd68000fa52de0ed149c50174e45c5996030c4d528a6e493487dc9d457debea930d56848906d01fad9c92039712af9e1c781de614fbde07c12201319 pkgname = zathura ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ # Contributor: ML <neldoreth> pkgname=zathura -pkgver=2026.05.11 +pkgver=2026.05.20 pkgrel=1 pkgdesc="Minimalistic document viewer" url="https://pwmt.org/projects/zathura/" @@ -20,7 +20,7 @@ optdepends=('zathura-djvu: DjVu support' 'zathura-ps: PostScript support' 'zathura-cb: Comic book support') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pwmt/${pkgname}/archive/refs/tags/${pkgver}.tar.gz") -sha512sums=('82ed85f3b84e3a8936fa5515e978ce9211fb492322428ebc35fcd2ce45de77a829f4f429bb8c30b528ebe13f03a7b17725cb22b4d11392c3f6b05028b379f24b') +sha512sums=('2717cf46bd68000fa52de0ed149c50174e45c5996030c4d528a6e493487dc9d457debea930d56848906d01fad9c92039712af9e1c781de614fbde07c12201319') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zathura/-/commit/b017cdec4aef94b5a7bf45c4bc1636825c9bd7d5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zathura/-/commit/b017cdec4aef94b5a7bf45c4bc1636825c9bd7d5 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
