diff options
Diffstat (limited to 'community/filezilla/PKGBUILD')
-rw-r--r-- | community/filezilla/PKGBUILD | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/community/filezilla/PKGBUILD b/community/filezilla/PKGBUILD index e2c69f28e..8e23f62bb 100644 --- a/community/filezilla/PKGBUILD +++ b/community/filezilla/PKGBUILD @@ -1,21 +1,23 @@ -# $Id: PKGBUILD 95254 2013-08-07 20:59:40Z bluewind $ +# $Id: PKGBUILD 105647 2014-02-12 18:26:37Z bluewind $ # Contributor: Alexander Fehr <pizzapunk gmail com> # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=filezilla -pkgver=3.7.3 +pkgver=3.7.4.1 pkgrel=1 pkgdesc="Fast and reliable FTP, FTPS and SFTP client" arch=('i686' 'x86_64' 'mips64el') url="http://filezilla-project.org/" license=('GPL') -depends=('dbus-core' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite') +depends=('dbus-core' 'xdg-utils' 'wxgtk2.8' 'libidn' 'hicolor-icon-theme' 'sqlite' 'gnutls') install=filezilla.install source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2") build() { cd "${pkgname}-${pkgver}" - ./autogen.sh + export WX_CONFIG_PATH='/usr/bin/wx-config-2.8' + export WXRC='/usr/bin/wxrc-2.8' + ./autogen.sh ./configure \ --prefix=/usr \ --disable-manualupdatecheck \ @@ -31,4 +33,4 @@ package() { make DESTDIR="${pkgdir}" install } -md5sums=('df7828739a852ac3adbc1c010303115d') +md5sums=('e6c24c4ddc0fe5470fe890b5b2f5b49a') |