Date: Tuesday, December 30, 2014 @ 13:21:13 Author: andyrtr Revision: 228168
upgpkg: lftp 4.6.1-1 upstream update 4.6.1 Modified: lftp/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-12-30 02:18:25 UTC (rev 228167) +++ PKGBUILD 2014-12-30 12:21:13 UTC (rev 228168) @@ -3,7 +3,7 @@ # Contributor: Aaron Griffin <[email protected]> pkgname=lftp -pkgver=4.6.0 +pkgver=4.6.1 pkgrel=1 pkgdesc="Sophisticated command line based FTP client" arch=('i686' 'x86_64') @@ -13,8 +13,9 @@ url="http://lftp.yar.ru/" backup=('etc/lftp.conf') source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc}) -md5sums=('fc5f4e3b45c9011a193eb8c0c12eb2eb' +md5sums=('e204e68ee2438da67644cc239de7c465' 'SKIP') +validpgpkeys=('C027FA3148652A5513036413A824BB69F2A99A18') # "Alexander V. Lukyanov <[email protected]>" build() { cd ${pkgname}-${pkgver}
