[arch-commits] Commit in lftp/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Wed Sep 19 19:32:30 UTC 2018


    Date: Wednesday, September 19, 2018 @ 19:32:30
  Author: andyrtr
Revision: 335022

upgpkg: lftp 4.8.4-2

drop unneeded libidn dependency, it actually links to libidn2 - FS#60085

Modified:
  lftp/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-19 19:26:45 UTC (rev 335021)
+++ PKGBUILD	2018-09-19 19:32:30 UTC (rev 335022)
@@ -3,11 +3,11 @@
 
 pkgname=lftp
 pkgver=4.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Sophisticated command line based FTP client"
 arch=('x86_64')
 license=('GPL3')
-depends=('gcc-libs' 'readline' 'gnutls' 'libidn' 'expat' 'sh' 'hicolor-icon-theme')
+depends=('gcc-libs' 'readline' 'gnutls' 'expat' 'sh' 'hicolor-icon-theme')
 optdepends=('perl: needed for convert-netscape-cookies and verify-file')
 url="https://lftp.yar.ru/"
 backup=('etc/lftp.conf')



More information about the arch-commits mailing list