Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / zathura-djvu
Commits: 68419ba4 by Robin Candau at 2026-02-02T16:41:55+01:00 upgpkg: 2026.01.30-1: New upstream release https://github.com/pwmt/zathura-djvu/releases/tag/2026.01.30 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = zathura-djvu pkgdesc = DjVu support for Zathura - pkgver = 0.2.11 + pkgver = 2026.01.30 pkgrel = 1 url = https://pwmt.org/projects/zathura-djvu/ arch = x86_64 @@ -12,7 +12,7 @@ pkgbase = zathura-djvu depends = djvulibre depends = zathura depends = desktop-file-utils - source = zathura-djvu-0.2.11.tar.gz::https://github.com/pwmt/zathura-djvu/archive/refs/tags/0.2.11.tar.gz - sha512sums = 4766d1b6bef261de91ba84b7d7ec46af02d44a53973b34226af662d879457ee0f3c41354715e42db6c1110443347ecec121bf2522279337bbe36ca6d01a1d92c + source = zathura-djvu-2026.01.30.tar.gz::https://github.com/pwmt/zathura-djvu/archive/refs/tags/2026.01.30.tar.gz + sha512sums = 3179b19b7540447c73571baf1dda06bb80dc685bf58ef4dfc59d0eec109bbb38dd4a1b4356bc61daa05811403199612acd1794bbbab75562346ee41b7195379f pkgname = zathura-djvu ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ # Contributor: karnath <[email protected]> pkgname=zathura-djvu -pkgver=0.2.11 +pkgver=2026.01.30 pkgrel=1 pkgdesc="DjVu support for Zathura" url="https://pwmt.org/projects/zathura-djvu/" @@ -14,7 +14,7 @@ license=('Zlib') depends=('djvulibre' 'zathura' 'desktop-file-utils') makedepends=('meson' 'ninja' 'appstream' 'appstream-glib') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pwmt/${pkgname}/archive/refs/tags/${pkgver}.tar.gz") -sha512sums=('4766d1b6bef261de91ba84b7d7ec46af02d44a53973b34226af662d879457ee0f3c41354715e42db6c1110443347ecec121bf2522279337bbe36ca6d01a1d92c') +sha512sums=('3179b19b7540447c73571baf1dda06bb80dc685bf58ef4dfc59d0eec109bbb38dd4a1b4356bc61daa05811403199612acd1794bbbab75562346ee41b7195379f') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-djvu/-/commit/68419ba42ccaa7209fd812dc56de954570fea673 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-djvu/-/commit/68419ba42ccaa7209fd812dc56de954570fea673 You're receiving this email because of your account on gitlab.archlinux.org.
