From 871fa01cb02fae48666cd8fcc1493a7b406c5659 Mon Sep 17 00:00:00 2001 From: Jan S Date: Sat, 29 Mar 2014 01:42:05 +0100 Subject: [PATCH] filezilla: only for arch x86_64 and i686 --- srcpkgs/filezilla/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/filezilla/template b/srcpkgs/filezilla/template index 148ce0bdd27..c5864d4398e 100644 --- a/srcpkgs/filezilla/template +++ b/srcpkgs/filezilla/template @@ -1,10 +1,11 @@ # Template file for 'filezilla' pkgname=filezilla version=3.8.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck" hostmakedepends="pkg-config" +only_for_archs="x86_64 i686" makedepends="gnutls-devel tinyxml-devel dbus-devel libidn-devel sqlite-devel gtk+-devel wxGTK-devel xdg-utils hicolor-icon-theme desktop-file-utils" depends="xdg-utils hicolor-icon-theme desktop-file-utils"