[arch-commits] Commit in lynx/trunk (PKGBUILD)
Pierre Schmitz
pierre at gemini.archlinux.org
Sun Feb 6 12:35:02 UTC 2022
Date: Sunday, February 6, 2022 @ 12:35:01
Author: pierre
Revision: 436318
FS#73601: Disable broken LTO and fix dependencies
Modified:
lynx/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-06 10:11:30 UTC (rev 436317)
+++ PKGBUILD 2022-02-06 12:35:01 UTC (rev 436318)
@@ -5,13 +5,14 @@
pkgname=lynx
pkgver=2.8.9
_relver=${pkgver}rel.1
-pkgrel=4
+pkgrel=5
pkgdesc="A text browser for the World Wide Web"
-url="https://lynx.browser.org/"
+url="https://lynx.invisible-island.net/"
arch=('x86_64')
license=('GPL')
-depends=('openssl' 'libidn')
+depends=('openssl' 'libidn' 'ncurses')
backup=('etc/lynx.cfg')
+options=('!lto')
source=("https://invisible-mirror.net/archives/lynx/tarballs/${pkgname}${_relver}.tar.bz2"{,.asc}
'CVE-2021-38165.diff')
sha256sums=('387f193d7792f9cfada14c60b0e5c0bff18f227d9257a39483e14fa1aaf79595'
More information about the arch-commits
mailing list