diff options
author | root <root@rshg054.dnsready.net> | 2011-11-10 23:14:50 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-10 23:14:50 +0000 |
commit | 4141f5b04aab597f88a617a82649a404c773469a (patch) | |
tree | b293827df78bf1e9b7059db63c04c3f7ab854ae6 /community/filezilla/PKGBUILD | |
parent | 7b0cdd65ac7bcd3c7597b528a10de58e4e0a430f (diff) |
Thu Nov 10 23:14:50 UTC 2011
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 d81c7e6f8..d46042547 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') 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}" |