diff options
Diffstat (limited to 'community/filezilla/PKGBUILD')
-rw-r--r-- | community/filezilla/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/filezilla/PKGBUILD b/community/filezilla/PKGBUILD index 3e422ffcb..b9d467799 100644 --- a/community/filezilla/PKGBUILD +++ b/community/filezilla/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 54445 2011-08-18 15:06:21Z bluewind $ +# $Id: PKGBUILD 54980 2011-08-29 11:06:13Z bluewind $ # Contributor: Alexander Fehr <pizzapunk gmail com> # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=filezilla -pkgver=3.5.0 -pkgrel=2 +pkgver=3.5.1 +pkgrel=1 pkgdesc="Fast and reliable FTP, FTPS and SFTP client" arch=('i686' 'x86_64') url="http://filezilla-project.org/" @@ -12,7 +12,7 @@ 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") -md5sums=('25617d75167d07c0d3cfced69a4cf7cc') +md5sums=('8afb7aee4ba72b6363dcfe469bc7fbef') build() { cd ${pkgname}-${pkgver} @@ -32,4 +32,3 @@ package() { make DESTDIR=${pkgdir} install } -md5sums=('6a83c3afe99c2679d5a3aa73607d80a7') |