Date: Friday, August 8, 2014 @ 13:31:33 Author: bluewind Revision: 117030
upgpkg: filezilla 3.9.0.2-1 upstream update + wxgtk stl rebuild Modified: filezilla/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-08-08 10:37:22 UTC (rev 117029) +++ PKGBUILD 2014-08-08 11:31:33 UTC (rev 117030) @@ -3,21 +3,18 @@ # Maintainer: Daniel J Griffiths <[email protected]> pkgname=filezilla -pkgver=3.8.1 +pkgver=3.9.0.2 pkgrel=1 pkgdesc="Fast and reliable FTP, FTPS and SFTP client" arch=('i686' 'x86_64') url="http://filezilla-project.org/" license=('GPL') -depends=('dbus-core' 'xdg-utils' 'wxgtk2.8' 'libidn' 'hicolor-icon-theme' 'sqlite' 'gnutls') +depends=('dbus-core' 'xdg-utils' 'wxgtk' '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}" - export WX_CONFIG_PATH='/usr/bin/wx-config-2.8' - export WXRC='/usr/bin/wxrc-2.8' - ./autogen.sh ./configure \ --prefix=/usr \ --disable-manualupdatecheck \ @@ -33,4 +30,4 @@ make DESTDIR="${pkgdir}" install } -md5sums=('b4bce64b8db97419cfefa04468afc9fb') +md5sums=('6bdfbe21b76a900ef7c63d271b3e7126')
