From fa83095618148d573cf18918c804b4946b35b80f Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Thu, 28 Aug 2014 05:18:25 +0200 Subject: [PATCH] filezilla: update to 3.9.0.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit also remove only_for_archs and replace it with nocross=yes – filezilla should build fine for ARM (in theory, anyway) --- srcpkgs/filezilla/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/filezilla/template b/srcpkgs/filezilla/template index c5864d4398e..42dd080a190 100644 --- a/srcpkgs/filezilla/template +++ b/srcpkgs/filezilla/template @@ -1,17 +1,17 @@ # Template file for 'filezilla' pkgname=filezilla -version=3.8.0 -revision=2 +version=3.9.0.3 +revision=1 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" + gtk+-devel wxWidgets-devel xdg-utils hicolor-icon-theme desktop-file-utils" depends="xdg-utils hicolor-icon-theme desktop-file-utils" short_desc="Fast and reliable FTP, FTPS and SFTP client" maintainer="Juan RP " license="GPL-3" homepage="http://filezilla-project.org/" distfiles="${SOURCEFORGE_SITE}/${pkgname}/FileZilla_${version}_src.tar.bz2" -checksum=8d9c1c9812f916f83676e1930933683828579b40a9fba331c4757f84a02ec308 +checksum=155af18b16dabec72f3c1135bae9e9048c6d9b0921c2042dd22e487fef45a939 +nocross=yes