Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / lftp
Commits:
abb0ba00 by Andreas Radke at 2026-02-15T20:51:43+01:00
upgpkg: 4.9.3-2; gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
pkgbase = lftp
pkgdesc = Sophisticated command line based FTP client
pkgver = 4.9.3
- pkgrel = 1
+ pkgrel = 2
url = https://lftp.yar.ru/
arch = x86_64
license = GPL-3.0-or-later
depends = glibc
- depends = gcc-libs
+ depends = libstdc++
depends = readline
depends = gnutls
depends = expat
=====================================
PKGBUILD
=====================================
@@ -3,11 +3,11 @@
pkgname=lftp
pkgver=4.9.3
-pkgrel=1
+pkgrel=2
pkgdesc="Sophisticated command line based FTP client"
arch=('x86_64')
license=('GPL-3.0-or-later')
-depends=('glibc' 'gcc-libs' 'readline' 'gnutls' 'expat'
+depends=('glibc' 'libstdc++' 'readline' 'gnutls' 'expat'
'zlib' 'libidn2' 'ncurses' 'sh' 'hicolor-icon-theme')
optdepends=('perl: needed for convert-mozilla-cookies and verify-file')
url="https://lftp.yar.ru/"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lftp/-/commit/abb0ba0073b09d7ec89d5825dc93d5b36fab8544
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lftp/-/commit/abb0ba0073b09d7ec89d5825dc93d5b36fab8544
You're receiving this email because of your account on gitlab.archlinux.org.