David Runge pushed to branch main at Arch Linux / Packaging / Packages / lynx
Commits: 1d5a942e by David Runge at 2023-09-04T03:41:01+02:00 upgpkg: 2.8.9-7 Rebuild to enable using external programs (https://bugs.archlinux.org/task/53092). Add all direct library dependencies. Switch to correct SPDX license identifier (GPL-2.0-only). - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -5,12 +5,12 @@ pkgname=lynx pkgver=2.8.9 _relver=${pkgver}rel.1 -pkgrel=6 +pkgrel=7 pkgdesc="A text browser for the World Wide Web" url="https://lynx.invisible-island.net/" arch=('x86_64') -license=('GPL') -depends=('openssl' 'libidn' 'ncurses') +license=('GPL-2.0-only') +depends=('glibc' 'openssl' 'libidn' 'ncurses') backup=('etc/lynx.cfg') options=('!lto') source=("https://invisible-mirror.net/archives/lynx/tarballs/${pkgname}${_relver}.tar.bz2"{,.asc} @@ -30,6 +30,7 @@ build() { ./configure --prefix=/usr \ --sysconfdir=/etc \ --with-ssl=/usr \ + --enable-externs \ --enable-nls \ --enable-ipv6 \ --mandir=/usr/share/man View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lynx/-/commit/1d5a942e3c15f480e5ba62d6072327300236de86 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lynx/-/commit/1d5a942e3c15f480e5ba62d6072327300236de86 You're receiving this email because of your account on gitlab.archlinux.org.
