From 8037f82a6ca26e4c47f76d068ce6e2e4621e5cf0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 16 Mar 2015 07:18:07 +0100 Subject: [PATCH] homebank: can be cross compiled; remove unnecessary rdep. only_for_archs is not the correct way to skip cross compilation. If you want to forbid cross compilation use "nocross=yes" instead. --- srcpkgs/homebank/template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/srcpkgs/homebank/template b/srcpkgs/homebank/template index 92be603a979..9c557114f10 100644 --- a/srcpkgs/homebank/template +++ b/srcpkgs/homebank/template @@ -1,13 +1,11 @@ # Template file for 'homebank' - pkgname="homebank" version="5.0.0" -revision=1 +revision=2 build_style=gnu-configure -only_for_archs="i686 x86_64" hostmakedepends="intltool pkg-config" makedepends="libofx-devel librsvg-devel gtk+3-devel" -depends="shared-mime-info perl-XML-Parser hicolor-icon-theme desktop-file-utils" +depends="shared-mime-info hicolor-icon-theme desktop-file-utils" short_desc="Free personal finance software" maintainer="Justin Moore " license="GPL-3"