diff --git a/srcpkgs/zathura/template b/srcpkgs/zathura/template index 762d990e295..fbd4f024f4b 100644 --- a/srcpkgs/zathura/template +++ b/srcpkgs/zathura/template @@ -1,25 +1,22 @@ # Template file for 'zathura' pkgname=zathura -version=0.4.3 -revision=2 +version=0.4.4 +revision=1 build_style=meson configure_args="-Dsynctex=disabled -Dtests=disabled" hostmakedepends="pkg-config intltool python3-Sphinx desktop-file-utils appstream-glib glib-devel librsvg-utils" makedepends="girara-devel sqlite-devel file-devel zlib-devel libseccomp-devel libglib-devel" -short_desc="A highly customizable and functional document viewer" +short_desc="Highly customizable and functional document viewer" maintainer="lemmi " license="Zlib" homepage="https://pwmt.org/projects/zathura/installation/" changelog="https://pwmt.org/projects/zathura/changelog/${version}" -distfiles="https://pwmt.org/projects/${pkgname}/download/${pkgname}-${version}.tar.xz" -checksum=7e12194426d709670e0f4b0b107c80dd21322881b57d4a0bf9a09998402ffd41 +distfiles="https://git.pwmt.org/pwmt/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz" +checksum=ebc98478fd8ec412b8f87c6b75067cf52d89d200731c1848ec3a2700f2a3b36c post_install() { - vmkdir usr/share/zsh/site-functions - mv ${DESTDIR}/usr/share/zsh/{vendor-completions,site-functions}/_zathura - vlicense LICENSE }