Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / inkscape
Commits: 90b8cce7 by Christian Hesse at 2026-01-28T10:47:02+01:00 fix and improve the nvchecker configuration - - - - - 1 changed file: - .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -1,8 +1,9 @@ [inkscape] source = "git" git = "https://gitlab.com/inkscape/inkscape.git" -use_latest_tag = true -sort_version_key = "vercmp" -from_pattern = 'INKSCAPE_(\d+)_(\d+)_(\d+)' -to_pattern = '\1.\2.\3' +prefix = 'INKSCAPE_' +from_pattern = '_' +to_pattern = '.' +include_regex = 'INKSCAPE_.*' exclude_regex = ".*(RC|BETA).*" +sort_version_key = 'vercmp' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/inkscape/-/commit/90b8cce7e685525bb32d541ef658e468c7ecf038 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/inkscape/-/commit/90b8cce7e685525bb32d541ef658e468c7ecf038 You're receiving this email because of your account on gitlab.archlinux.org.
