diff --git a/srcpkgs/zathura/template b/srcpkgs/zathura/template index 55c99def979..762d990e295 100644 --- a/srcpkgs/zathura/template +++ b/srcpkgs/zathura/template @@ -1,7 +1,7 @@ # Template file for 'zathura' pkgname=zathura version=0.4.3 -revision=1 +revision=2 build_style=meson configure_args="-Dsynctex=disabled -Dtests=disabled" hostmakedepends="pkg-config intltool python3-Sphinx desktop-file-utils @@ -17,6 +17,9 @@ distfiles="https://pwmt.org/projects/${pkgname}/download/${pkgname}-${version}.t checksum=7e12194426d709670e0f4b0b107c80dd21322881b57d4a0bf9a09998402ffd41 post_install() { + vmkdir usr/share/zsh/site-functions + mv ${DESTDIR}/usr/share/zsh/{vendor-completions,site-functions}/_zathura + vlicense LICENSE }