zathura: update to 0.4.4

Closes: #15280 [via git-merge-pr]
This commit is contained in:
Owen Rafferty 2019-10-09 15:32:05 -05:00 committed by lemmi
parent 73ec1b9324
commit 1b257e7fb6

View file

@ -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 <lemmi@nerd2nerd.org>"
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
}