diff options
Diffstat (limited to 'community/filezilla/PKGBUILD')
-rw-r--r-- | community/filezilla/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/filezilla/PKGBUILD b/community/filezilla/PKGBUILD index 8a3c1cc65..d126dae5f 100644 --- a/community/filezilla/PKGBUILD +++ b/community/filezilla/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 55926 2011-09-25 10:42:49Z bluewind $ +# $Id: PKGBUILD 58248 2011-11-09 10:50:52Z bluewind $ # Contributor: Alexander Fehr <pizzapunk gmail com> # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=filezilla -pkgver=3.5.1 -pkgrel=2 +pkgver=3.5.2 +pkgrel=1 pkgdesc="Fast and reliable FTP, FTPS and SFTP client" arch=('i686' 'x86_64' 'mips64el') url="http://filezilla-project.org/" @@ -13,8 +13,8 @@ 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=('8afb7aee4ba72b6363dcfe469bc7fbef' -'0646cf7d6f90766961724102cf2cebd6') +md5sums=('ec4847be44932dc872a7e83b94ae2c9f' + '0646cf7d6f90766961724102cf2cebd6') build() { cd "${pkgname}-${pkgver}" |