Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / zathura
Commits: 86f4537a by Robin Candau at 2026-02-02T16:39:19+01:00 upgpkg: 2026.01.30-1: New upstream release https://github.com/pwmt/zathura/releases/tag/2026.01.30 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = zathura pkgdesc = Minimalistic document viewer - pkgver = 0.5.14 + pkgver = 2026.01.30 pkgrel = 1 url = https://pwmt.org/projects/zathura/ arch = x86_64 @@ -25,7 +25,7 @@ pkgbase = zathura optdepends = zathura-pdf-mupdf: PDF support using MuPDF optdepends = zathura-ps: PostScript support optdepends = zathura-cb: Comic book support - source = zathura-0.5.14.tar.gz::https://github.com/pwmt/zathura/archive/refs/tags/0.5.14.tar.gz - sha512sums = 1bf77b3e2a24644bbad3bff8a2d603fc3bf5a8803e217c38c0d30ffa2731ff083de7f5cfe0b4ce93923a66b91351118f267a22fea922238bb044634d7c6bc091 + source = zathura-2026.01.30.tar.gz::https://github.com/pwmt/zathura/archive/refs/tags/2026.01.30.tar.gz + sha512sums = 33790e527636dd8171e29d29eef66c013d31967fc09dbd891b879bd3eabd4fcbaa169af87876543fd3e4ddc1a4421734aa31f2b02defc82a35685ab045c9d4bb pkgname = zathura ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ # Contributor: ML <neldoreth> pkgname=zathura -pkgver=0.5.14 +pkgver=2026.01.30 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=('1bf77b3e2a24644bbad3bff8a2d603fc3bf5a8803e217c38c0d30ffa2731ff083de7f5cfe0b4ce93923a66b91351118f267a22fea922238bb044634d7c6bc091') +sha512sums=('33790e527636dd8171e29d29eef66c013d31967fc09dbd891b879bd3eabd4fcbaa169af87876543fd3e4ddc1a4421734aa31f2b02defc82a35685ab045c9d4bb') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zathura/-/commit/86f4537a823e1d5932def9a9d213888439a55290 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zathura/-/commit/86f4537a823e1d5932def9a9d213888439a55290 You're receiving this email because of your account on gitlab.archlinux.org.
