From dd31b966c5a1f8fcb6880c760d403892eff4f87d Mon Sep 17 00:00:00 2001 From: Alexandr Savca Date: Fri, 26 Jul 2024 07:15:54 +0300 Subject: [PATCH] lftp: update lftp.desktop, relbump --- lftp/Pkgfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lftp/Pkgfile b/lftp/Pkgfile index f1d798a..67cb74c 100644 --- a/lftp/Pkgfile +++ b/lftp/Pkgfile @@ -4,7 +4,7 @@ name=lftp version=4.9.2 -release=1 +release=2 source=https://lftp.yar.ru/ftp/lftp-$version.tar.xz build() { @@ -18,4 +18,7 @@ build() { make V=1 make DESTDIR=$PKG install + + sed -i 's/^Categories=Network;/&FileTransfer;/' \ + $PKG/usr/share/applications/lftp.desktop }