Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / readline
Commits: 9931659d by Hyacinthe Cartiaux at 2026-02-21T18:17:41+01:00 Fix the nvchecker config file, includes the patch level - - - - - 1 changed file: - .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -1,4 +1,6 @@ -[readline] -source = "git" -git = "https://https.git.savannah.gnu.org/git/readline.git" -prefix = "" +[lib32-readline] +source = "htmlparser" +url = "https://cgit.git.savannah.gnu.org/cgit/readline.git/commit/" +xpath = "//div[@class='commit-subject']" +from_pattern = '[rR]eadline-([\d.]+)(?:\s+patch\s+(\d+))?.*' +to_pattern = '\1.\2' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/readline/-/commit/9931659d6b31e8c4a84ff44bfb991d9d2cf2b3f5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/readline/-/commit/9931659d6b31e8c4a84ff44bfb991d9d2cf2b3f5 You're receiving this email because of your account on gitlab.archlinux.org.
