From d01b65b641c72b1cdd8993fff87af17c6aa9ec64 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 27 Nov 2012 01:56:59 +0100 Subject: [PATCH] xmlto: remove redundant full deps. --- srcpkgs/xmlto/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xmlto/template b/srcpkgs/xmlto/template index a573874ca59..e58c05b4bfe 100644 --- a/srcpkgs/xmlto/template +++ b/srcpkgs/xmlto/template @@ -1,11 +1,11 @@ # Template file for 'xmlto' pkgname=xmlto version=0.0.25 -revision=2 +revision=3 homepage="http://cyberelk.net/tim/software/xmlto/" distfiles="https://fedorahosted.org/releases/x/m/xmlto/xmlto-$version.tar.bz2" build_style=gnu-configure -fulldepends="libxslt docbook-xsl>=1.77.1_2 coreutils grep" +fulldepends="libxslt docbook-xsl>=1.77.1_2" short_desc="Tool to help transform XML documents into other formats" maintainer="Juan RP " license="GPL-2"