From 36761dfb91de399fbdaf3a278d410afd71260bca Mon Sep 17 00:00:00 2001 From: copyleftie Date: Sun, 20 May 2018 19:36:35 -0400 Subject: [PATCH] zathura-ps: add ghostscript runtime dependency closes #14592 --- srcpkgs/zathura-ps/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/zathura-ps/template b/srcpkgs/zathura-ps/template index 8d5b5966dae..345de32219d 100644 --- a/srcpkgs/zathura-ps/template +++ b/srcpkgs/zathura-ps/template @@ -1,12 +1,12 @@ # Template file for 'zathura-ps' pkgname=zathura-ps version=0.2.6 -revision=1 +revision=2 build_style=meson maintainer="lemmi " hostmakedepends="pkg-config" makedepends="libspectre-devel zathura-devel" -depends="zathura" +depends="zathura ghostscript" license="zlib" homepage="http://pwmt.org/projects/zathura-ps/" short_desc="PostScript support for zathura"