From 2f8234ee2e45f011d833b34fbdb5c85a9d6c12f5 Mon Sep 17 00:00:00 2001 From: gesh Date: Wed, 5 Nov 2025 14:55:34 +0200 Subject: [PATCH] doc: Correct Arch Linux links Arch hasn't been using the [community] repository for 9 months now[1], correct the links for that. Also, youtube-dl has been replaced in [extra] by yt-dlp[2][3], unsure when -- I think this was in 2023? Finally (and the trigger for this commit), given #8332, correct the guidance on Arch Linux to point to pdfjs-legacy instead of pdfjs. [1]: https://archlinux.org/news/cleaning-up-old-repositories/ [2]: https://aur.archlinux.org/packages/youtube-dl [3]: https://archlinux.org/packages/extra/any/yt-dlp/ --- doc/faq.asciidoc | 2 +- qutebrowser/html/no_pdfjs.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/faq.asciidoc b/doc/faq.asciidoc index d0b551ba4..8d524dbde 100644 --- a/doc/faq.asciidoc +++ b/doc/faq.asciidoc @@ -141,7 +141,7 @@ The comma prefix is used to make sure user-defined bindings don't conflict with the built-in ones. + Note that you might need an additional package (e.g. -https://www.archlinux.org/packages/community/any/youtube-dl/[youtube-dl] on +https://archlinux.org/packages/extra/any/yt-dlp/[yt-dlp] on Archlinux) to play web videos with mpv. + There is a very useful script for mpv, which emulates "unique application" diff --git a/qutebrowser/html/no_pdfjs.html b/qutebrowser/html/no_pdfjs.html index ca6795e27..a6d8693f0 100644 --- a/qutebrowser/html/no_pdfjs.html +++ b/qutebrowser/html/no_pdfjs.html @@ -92,7 +92,7 @@ li { the required packages for pdf.js are also installed.
The package is named - pdfjs on Archlinux + pdfjs-legacy on Archlinux and libjs-pdf on Debian.