diff options
author | root <root@rshg054.dnsready.net> | 2013-02-13 00:04:32 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-13 00:04:32 -0800 |
commit | 0671250710c3e7312a4693ac45ebbaacf471d1dc (patch) | |
tree | f40a26f2fd5267582cf25a84886471773bc160c8 /extra/lftp | |
parent | 29b0da64a462b6c5f6871b08e344b3ffa59cbd0a (diff) |
Wed Feb 13 00:04:27 PST 2013
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 090e15b78..873ad157f 100644 --- a/extra/lftp/PKGBUILD +++ b/extra/lftp/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 177576 2013-02-07 16:27:21Z andyrtr $ +# $Id: PKGBUILD 177982 2013-02-12 19:24:37Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Aaron Griffin <aaron@archlinux.org> pkgname=lftp pkgver=4.4.3 -pkgrel=1 +pkgrel=2 pkgdesc="Sophisticated command line based FTP client" arch=('i686' 'x86_64') license=('GPL3') @@ -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://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2) -md5sums=('59351bc6fd71e65485cb0b5dd6dbf07a') +md5sums=('b877c1f82b2d4dc503f40dcce4978ff4') build() { cd ${srcdir}/${pkgname}-${pkgver} |