diff options
Diffstat (limited to 'extra/lftp/PKGBUILD')
-rw-r--r-- | extra/lftp/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/lftp/PKGBUILD b/extra/lftp/PKGBUILD index e04ad0065..9afb5e56f 100644 --- a/extra/lftp/PKGBUILD +++ b/extra/lftp/PKGBUILD @@ -1,20 +1,19 @@ -# $Id: PKGBUILD 160201 2012-05-30 18:58:58Z andyrtr $ +# $Id: PKGBUILD 162978 2012-07-04 13:56:20Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Aaron Griffin <aaron@archlinux.org> pkgname=lftp -pkgver=4.3.7 +pkgver=4.3.8 pkgrel=1 pkgdesc="Sophisticated command line based FTP client" arch=('i686' 'x86_64' 'mips64el') license=('GPL3') depends=('gcc-libs' 'readline>=6.2' "gnutls" "expat>=2.0.1-4" 'sh') optdepends=('perl: needed for convert-netscape-cookies and verify-file') -#makedepends=('autoconf') url="http://lftp.yar.ru/" backup=('etc/lftp.conf') source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2) -md5sums=('7216925813c7b09d22b54340b98daf7f') +md5sums=('adced9c3e0f6b96821811dc87c0a1eeb') build() { cd ${srcdir}/${pkgname}-${pkgver} |