From 659b579b5b42bc156efcbab6a2b6f5698f98091e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 1 Aug 2015 07:08:05 +0200 Subject: [PATCH] sakura: needs pod2man to build the manpage. --- srcpkgs/sakura/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/sakura/template b/srcpkgs/sakura/template index f84fc709833..1ad449a981e 100644 --- a/srcpkgs/sakura/template +++ b/srcpkgs/sakura/template @@ -1,12 +1,12 @@ # Template file for 'sakura' pkgname=sakura version=3.3.0 -revision=1 +revision=2 build_style=cmake short_desc="Simple but powerful libvte based terminal emulator" maintainer="Juan RP " license="GPL-2" -hostmakedepends="cmake pkg-config" +hostmakedepends="cmake perl pkg-config" makedepends="gtk+3-devel vte3-devel" depends="desktop-file-utils" homepage="https://launchpad.net/sakura"