[skip-ci] lftp: update to 4.8.4

This commit is contained in:
Jeff Huang 2018-08-01 14:20:06 +02:00
parent 5ff240bfa9
commit 108c45e289
2 changed files with 2 additions and 14 deletions

View File

@ -1,5 +1,5 @@
pkgname=lftp
pkgver=4.8.3
pkgver=4.8.4
pkgrel=1
pkgdesc="Sophisticated command line based FTP client"
arch=('x86_64')
@ -10,7 +10,7 @@ optdepends=('perl: needed for convert-netscape-cookies and verify-file')
categories=('network')
backup=('etc/lftp.conf')
source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
md5sums=('8beb3d814d60f52ac70cffd6dff23d85'
md5sums=('b75c43797e817529d486be640232d708'
'SKIP')
validpgpkeys=('C027FA3148652A5513036413A824BB69F2A99A18') # "Alexander V. Lukyanov <lav@yars.free.net>"

View File

@ -1,12 +0,0 @@
pkgname=lftp
post_install() {
ln -s /usr/local/bin/lftp /usr/bin
}
post_upgrade() {
post_install
}
post_remove() {
rm /usr/bin/lftp
}