diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-19 10:15:11 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-19 10:15:11 -0300 |
commit | 4255b0aec5bcee0728d312531df99cc9a6e5ba08 (patch) | |
tree | 9cc60e9b2dce5800b57651ea5b5989381530c9de /community/filezilla/PKGBUILD | |
parent | 9e30cea6b8a2e90fd8958ca1f773e3a382179763 (diff) | |
parent | 705d29694fd61c47a57ccec531e73d87a2960021 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/lxsession/PKGBUILD
community/uzbl/PKGBUILD
extra/boost/PKGBUILD
extra/calligra/PKGBUILD
extra/gnutls/PKGBUILD
extra/lapack/PKGBUILD
extra/libcap-ng/PKGBUILD
extra/php/PKGBUILD
extra/plotutils/PKGBUILD
extra/qt/PKGBUILD
extra/webkitgtk/PKGBUILD
Diffstat (limited to 'community/filezilla/PKGBUILD')
-rw-r--r-- | community/filezilla/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/filezilla/PKGBUILD b/community/filezilla/PKGBUILD index dd3a43bbe..646d92373 100644 --- a/community/filezilla/PKGBUILD +++ b/community/filezilla/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 79793 2012-11-12 19:21:34Z bluewind $ +# $Id: PKGBUILD 80261 2012-11-18 19:11:09Z jelle $ # Contributor: Alexander Fehr <pizzapunk gmail com> # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=filezilla -pkgver=3.6.0 +pkgver=3.6.0.1 pkgrel=1 pkgdesc="Fast and reliable FTP, FTPS and SFTP client" arch=('i686' 'x86_64' 'mips64el') @@ -12,7 +12,6 @@ license=('GPL') 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=('02efc41e87ff4abe1e6ec07ae5bd4d83') build() { cd "${pkgname}-${pkgver}" @@ -32,3 +31,4 @@ package() { make DESTDIR="${pkgdir}" install } +md5sums=('90839d05bf52e27e8f4a33adceb3ae5c') |