Skip to content

Commit

Permalink
lftp: Update to 4.9.3
Browse files Browse the repository at this point in the history
Remove patches included in the new release
Drop debug build flags (not sure why they are set)
  • Loading branch information
lazka committed Dec 13, 2024
1 parent 290abbd commit 07f0fa8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 34 deletions.
18 changes: 6 additions & 12 deletions lftp/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Contributor: Jürgen Pfeifer <juergen@familiepfeifer.de>

pkgname=lftp
pkgver=4.9.2
pkgrel=5
pkgver=4.9.3
pkgrel=1
pkgdesc="Sophisticated command line based FTP client (net-utils)"
arch=('i686' 'x86_64')
license=('GPL3')
Expand Down Expand Up @@ -33,26 +33,20 @@ makedepends=('gcc'
'zlib-devel')
optdepends=('perl: needed for convert-netscape-cookies and verify-file')
url="https://lftp.yar.ru/"
msys2_repository_url="https://github.com/lavv17/lftp"
msys2_references=(
"cpe: cpe:/a:alexander_v._lukyanov:lftp"
"cpe: cpe:/a:lftp_project:lftp"
)
backup=('etc/lftp.conf')
source=(https://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz
lftp-configure-needtrio.patch
lftp-4.7.6-no-undefined.patch
lftp-correct-gettext-macros.patch)
options=('debug' '!strip')
sha256sums=('c517c4f4f9c39bd415d7313088a2b1e313b2d386867fe40b7692b83a20f0670d'
'a3781d946913a0d39a41d5b86390f255b36f67e9aea502e0117e701e295c7ea0'
'e9a289f30d0d7fd9994165b6991a722dbe529f1fdbd738d5b44b48ec9c773bf4'
'd6d74b134385e1c3f824b9a960376a2bcb7c0e39acab2ae1c3c764f9d338e650')
lftp-4.7.6-no-undefined.patch)
sha256sums=('96e7199d7935be33cf6b1161e955b2aab40ab77ecdf2a19cea4fc1193f457edc'
'e9a289f30d0d7fd9994165b6991a722dbe529f1fdbd738d5b44b48ec9c773bf4')

prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
patch -p1 -i ${srcdir}/lftp-configure-needtrio.patch
patch -p1 -i ${srcdir}/lftp-4.7.6-no-undefined.patch
patch -p1 -i ${srcdir}/lftp-correct-gettext-macros.patch

autoreconf -fiv
}
Expand Down
11 changes: 0 additions & 11 deletions lftp/lftp-configure-needtrio.patch

This file was deleted.

11 changes: 0 additions & 11 deletions lftp/lftp-correct-gettext-macros.patch

This file was deleted.

0 comments on commit 07f0fa8

Please sign in to comment.