mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 02:27:15 +08:00
[skip-ci] lftp: update to 4.8.4
This commit is contained in:
parent
5ff240bfa9
commit
108c45e289
@ -1,5 +1,5 @@
|
|||||||
pkgname=lftp
|
pkgname=lftp
|
||||||
pkgver=4.8.3
|
pkgver=4.8.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Sophisticated command line based FTP client"
|
pkgdesc="Sophisticated command line based FTP client"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@ -10,7 +10,7 @@ optdepends=('perl: needed for convert-netscape-cookies and verify-file')
|
|||||||
categories=('network')
|
categories=('network')
|
||||||
backup=('etc/lftp.conf')
|
backup=('etc/lftp.conf')
|
||||||
source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
|
source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
|
||||||
md5sums=('8beb3d814d60f52ac70cffd6dff23d85'
|
md5sums=('b75c43797e817529d486be640232d708'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
validpgpkeys=('C027FA3148652A5513036413A824BB69F2A99A18') # "Alexander V. Lukyanov <lav@yars.free.net>"
|
validpgpkeys=('C027FA3148652A5513036413A824BB69F2A99A18') # "Alexander V. Lukyanov <lav@yars.free.net>"
|
||||||
|
|
||||||
|
@ -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
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user