diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-11 11:31:14 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-11 11:31:14 -0300 |
commit | 93e6000b49f03ddf5a7046d325675ab43f58980b (patch) | |
tree | 4202781c4124b57e808c9c6f51ba71e71484969e /community/filezilla | |
parent | fe4dcf73c98bd9629ed703a027a4b812fb174cdd (diff) | |
parent | 4141f5b04aab597f88a617a82649a404c773469a (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/haskell-binary/PKGBUILD
community/haskell-ghc-paths/PKGBUILD
community/virtualbox/PKGBUILD
extra/cscope/PKGBUILD
extra/pixman/PKGBUILD
extra/virtuoso/PKGBUILD
extra/xfce4-weather-plugin/PKGBUILD
Diffstat (limited to 'community/filezilla')
-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}" |