From e40f39573d36f7d14864921e8d4e1a42aa1f850a Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Thu, 17 Mar 2022 00:25:52 +0100 Subject: [PATCH] zathura: fix distfiles 404 --- srcpkgs/zathura/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/zathura/template b/srcpkgs/zathura/template index 3f456aa370f..c93fbc062ce 100644 --- a/srcpkgs/zathura/template +++ b/srcpkgs/zathura/template @@ -12,9 +12,9 @@ checkdepends="gettext-devel check-devel" short_desc="Highly customizable and functional document viewer" maintainer="lemmi " license="Zlib" -homepage="https://pwmt.org/projects/zathura" -distfiles="${homepage}/download/zathura-${version}.tar.xz" -checksum=fc30c42cd660d993bce8758e22e4ba8078761d51f1e29494e7a0d37a8a3e5e57 +homepage="https://git.pwmt.org/pwmt/zathura/" +distfiles="https://git.pwmt.org/pwmt/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz" +checksum=82235cbc89899421fca98477265626f2149df7d072740f0360550cc8d4e449d6 if [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -Dtests=enabled"