diff options
Diffstat (limited to 'community/filezilla/PKGBUILD')
-rw-r--r-- | community/filezilla/PKGBUILD | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/community/filezilla/PKGBUILD b/community/filezilla/PKGBUILD index d46042547..f495f7475 100644 --- a/community/filezilla/PKGBUILD +++ b/community/filezilla/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 58248 2011-11-09 10:50:52Z bluewind $ +# $Id: PKGBUILD 61830 2012-01-08 19:17:47Z bluewind $ # Contributor: Alexander Fehr <pizzapunk gmail com> # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=filezilla -pkgver=3.5.2 +pkgver=3.5.3 pkgrel=1 pkgdesc="Fast and reliable FTP, FTPS and SFTP client" arch=('i686' 'x86_64') @@ -11,14 +11,11 @@ url="http://filezilla-project.org/" license=('GPL') depends=('dbus-core' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite3') install=filezilla.install -source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2" -gnutls-3.patch) -md5sums=('ec4847be44932dc872a7e83b94ae2c9f' - '0646cf7d6f90766961724102cf2cebd6') +source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2") +md5sums=('a1a2848db0c5c8f3321ebe4ee3842e31') build() { cd "${pkgname}-${pkgver}" - patch -p1 -i "$srcdir/gnutls-3.patch" ./autogen.sh ./configure \ --prefix=/usr \ |