Date: Wednesday, June 17, 2015 @ 21:45:41 Author: andyrtr Revision: 240996
upgpkg: lftp 4.6.3a-1 upstream update 4.6.3a Modified: lftp/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-06-17 19:44:51 UTC (rev 240995) +++ PKGBUILD 2015-06-17 19:45:41 UTC (rev 240996) @@ -3,17 +3,17 @@ # Contributor: Aaron Griffin <[email protected]> pkgname=lftp -pkgver=4.6.2 +pkgver=4.6.3a pkgrel=1 pkgdesc="Sophisticated command line based FTP client" arch=('i686' 'x86_64') license=('GPL3') -depends=('gcc-libs' 'readline' 'gnutls' 'expat' 'sh') +depends=('gcc-libs' 'readline' 'gnutls' 'libidn' 'expat' 'sh') 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=('487c064ee1bd732e5f95928e530435a8' +md5sums=('b469ccc40d624aa4fdc66c1674b916d0' 'SKIP') validpgpkeys=('C027FA3148652A5513036413A824BB69F2A99A18') # "Alexander V. Lukyanov <[email protected]>"
