diff options
author | root <root@rshg054.dnsready.net> | 2013-02-28 00:03:26 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-28 00:03:26 -0800 |
commit | b56d5949c9b0c3b40a942cd83f71e4420473435b (patch) | |
tree | eab18954f3e6ffee5b561a2fd77ff58fbd259bc0 /extra/lftp | |
parent | 23018fec360e50c7cb4de4b2411650ce79532e54 (diff) |
Thu Feb 28 00:03:24 PST 2013
Diffstat (limited to 'extra/lftp')
-rw-r--r-- | extra/lftp/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/lftp/PKGBUILD b/extra/lftp/PKGBUILD index 873ad157f..b66b9963a 100644 --- a/extra/lftp/PKGBUILD +++ b/extra/lftp/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 177982 2013-02-12 19:24:37Z andyrtr $ +# $Id: PKGBUILD 178842 2013-02-27 16:20:48Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Aaron Griffin <aaron@archlinux.org> pkgname=lftp -pkgver=4.4.3 -pkgrel=2 +pkgver=4.4.4 +pkgrel=1 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=('b877c1f82b2d4dc503f40dcce4978ff4') +md5sums=('f1fa7aec113219952d18e4dd87d531ca') build() { cd ${srcdir}/${pkgname}-${pkgver} |