diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-13 15:20:32 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-13 15:20:32 +0100 |
commit | c0a02f08d66969b92325d421354f4def5c23f84c (patch) | |
tree | 1f97a2b8ea84967f808112b173ab1e7a494b0a26 /community/filezilla | |
parent | d830c3b1d23d90c928c68bf821049db3abf897b8 (diff) | |
parent | a29329c38e50afd28d28c3a99e35d8774b9b19f8 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
extra/gvfs/PKGBUILD
libre/libretools/libretools.install
Diffstat (limited to 'community/filezilla')
-rw-r--r-- | community/filezilla/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/filezilla/PKGBUILD b/community/filezilla/PKGBUILD index 9a5035eda..dd3a43bbe 100644 --- a/community/filezilla/PKGBUILD +++ b/community/filezilla/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 61830 2012-01-08 19:17:47Z bluewind $ +# $Id: PKGBUILD 79793 2012-11-12 19:21:34Z bluewind $ # Contributor: Alexander Fehr <pizzapunk gmail com> # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=filezilla -pkgver=3.5.3 +pkgver=3.6.0 pkgrel=1 pkgdesc="Fast and reliable FTP, FTPS and SFTP client" arch=('i686' 'x86_64' 'mips64el') url="http://filezilla-project.org/" license=('GPL') -depends=('dbus-core' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite3') +depends=('dbus-core' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite') install=filezilla.install source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2") -md5sums=('a1a2848db0c5c8f3321ebe4ee3842e31') +md5sums=('02efc41e87ff4abe1e6ec07ae5bd4d83') build() { cd "${pkgname}-${pkgver}" |