diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-08 03:39:55 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-08 03:39:55 +0000 |
commit | 7f65cca764732fe9c5f501ca636b4e2382bfd90d (patch) | |
tree | ab8674433b0d05867b47d6e48f9530d83047f75c /extra/lftp | |
parent | ecc0814f13d77a15db732a279e7bcc143f403683 (diff) |
Tue Jul 8 03:34:04 UTC 2014
Diffstat (limited to 'extra/lftp')
-rw-r--r-- | extra/lftp/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/lftp/PKGBUILD b/extra/lftp/PKGBUILD index 3bd43187b..1edf93742 100644 --- a/extra/lftp/PKGBUILD +++ b/extra/lftp/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 215037 2014-06-11 19:51:56Z andyrtr $ +# $Id: PKGBUILD 216622 2014-07-07 19:32:50Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Aaron Griffin <aaron@archlinux.org> pkgname=lftp -pkgver=4.5.2 +pkgver=4.5.3 pkgrel=1 pkgdesc="Sophisticated command line based FTP client" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ optdepends=('perl: needed for convert-netscape-cookies and verify-file') url="http://lftp.yar.ru/" backup=('etc/lftp.conf') source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc}) -md5sums=('d26ab59a7402048d4b382e720748aac6' +md5sums=('dcc20675777a4931116491534463bf46' 'SKIP') build() { |