From 5ba82d222e5c91471ba4efc14ab41c48702c35a8 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 21 Sep 2018 15:56:00 -0300 Subject: [PATCH] zathura: update to 0.4.1. --- srcpkgs/zathura/template | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/srcpkgs/zathura/template b/srcpkgs/zathura/template index 5cfad14604d..ef1455fcbed 100644 --- a/srcpkgs/zathura/template +++ b/srcpkgs/zathura/template @@ -1,16 +1,17 @@ # Template file for 'zathura' pkgname=zathura -version=0.4.0 +version=0.4.1 revision=1 build_style=meson -maintainer="lemmi " -hostmakedepends="pkg-config intltool python3-Sphinx desktop-file-utils appstream-glib" +hostmakedepends="pkg-config intltool python3-Sphinx desktop-file-utils appstream-glib glib-devel" makedepends="girara-devel sqlite-devel file-devel zlib-devel libseccomp-devel" -license="zlib" -homepage="http://pwmt.org/projects/zathura/installation/" short_desc="A highly customizable and functional document viewer" +license="Zlib" +maintainer="lemmi " +homepage="http://pwmt.org/projects/zathura/installation/" +changelog="https://pwmt.org/projects/zathura/changelog/${version}" distfiles="http://pwmt.org/projects/${pkgname}/download/${pkgname}-${version}.tar.xz" -checksum=aa629259c6ac729e90abdda1b9b51854adaa6851192f08a55e63379500541ec8 +checksum=d6f56bf6e7e05d2e91213287c7aea21481c44521b622f9e9ec06a886f51dd9fe if [ "$CROSS_BUILD" ]; then hostmakedepends+=" glib-devel"