Date: Wednesday, July 4, 2012 @ 09:55:39 Author: andyrtr Revision: 162977
upgpkg: lftp 4.3.8-1 upstream update 4.3.8 Modified: lftp/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-07-04 13:28:12 UTC (rev 162976) +++ PKGBUILD 2012-07-04 13:55:39 UTC (rev 162977) @@ -3,18 +3,17 @@ # Contributor: Aaron Griffin <[email protected]> pkgname=lftp -pkgver=4.3.7 +pkgver=4.3.8 pkgrel=1 pkgdesc="Sophisticated command line based FTP client" arch=('i686' 'x86_64') 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}
