Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / binutils
Commits: d1965286 by Antonio Rojas at 2025-11-20T09:05:08+01:00 Fix nvchecker - - - - - 1 changed file: - .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -1,3 +1,8 @@ [binutils] source = "git" git = "https://sourceware.org/git/binutils-gdb.git" +prefix = "binutils-" +include_regex = 'binutils-([\d_]+)' +from_pattern = '_' +to_pattern = '.' +sort_version_key = 'vercmp' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/binutils/-/commit/d19652868ad32110e88ecb92781a6dce704f4890 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/binutils/-/commit/d19652868ad32110e88ecb92781a6dce704f4890 You're receiving this email because of your account on gitlab.archlinux.org.
