From 22c62d011f4040045ac3ae84b38a1f0928508d09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=2E=20Stani=C4=87?= <mps@arvanta.net> Date: Sat, 7 Sep 2024 12:18:45 +0000 Subject: [PATCH] community/zathura-cb: upgrade to 0.1.11 change url and source to current --- community/zathura-cb/APKBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/community/zathura-cb/APKBUILD b/community/zathura-cb/APKBUILD index 9e81dac0d09f..a8d88c644e23 100644 --- a/community/zathura-cb/APKBUILD +++ b/community/zathura-cb/APKBUILD @@ -1,10 +1,10 @@ # Contributor: Justin Berthault <justin.berthault@zaclys.net> # Maintainer: pkgname=zathura-cb -pkgver=0.1.10 -pkgrel=4 +pkgver=0.1.11 +pkgrel=0 pkgdesc="Comic book support for zathura" -url="https://git.pwmt.org/pwmt/zathura-cb" +url="https://pwmt.org/projects/zathura-cb/" arch="all" license="Zlib" depends=" @@ -17,7 +17,7 @@ makedepends=" ninja zathura-dev " -source="https://git.pwmt.org/pwmt/zathura-cb/-/archive/$pkgver/zathura-cb-$pkgver.tar.gz" +source="https://pwmt.org/projects/zathura-cb/download/zathura-cb-$pkgver.tar.xz" options="!check" # no test suite build() { @@ -29,5 +29,5 @@ package() { DESTDIR="$pkgdir" meson install --no-rebuild -C build } sha512sums=" -5f0de7b6991ca35996b9fc1d32527618b3d0df813d7803ceb7bfcd24762262ab780b01cc8f8aac5ffeb7ca42fac2ba65fd90f74000c9b1bc686d4c4af6ad2a69 zathura-cb-0.1.10.tar.gz +f927c4021937505bbc83d47959f4275701449dc4e889dd4a92ef7feecfcdf5ae772d34bb787ef8638c5fe209a1851ce355740c2b80921139f10fc059bd67f39d zathura-cb-0.1.11.tar.xz " -- GitLab