Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / gimp
Commits: 04248479 by Christian Hesse at 2026-02-27T11:19:57+01:00 simplify nvchecker configuration - - - - - 1 changed file: - .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -1,7 +1,8 @@ [gimp] -source = "git" -git = "https://gitlab.gnome.org/GNOME/gimp.git" -exclude_regex = "GIMP.*(\\_2\\_99|RC).*" -include_regex = "(GIMP\\_).*_(\\d+)?[02468]_(\\d+)" -from_pattern = "GIMP\\_(\\d+)\\_(\\d+)\\_(\\d+)" -to_pattern = "\\1.\\2.\\3" +source = 'git' +git = 'https://gitlab.gnome.org/GNOME/gimp.git' +exclude_regex = 'GIMP.*(_2_99|RC).*' +include_regex = 'GIMP_.*_(\d+)?[02468]_(\d+)' +prefix = 'GIMP_' +from_pattern = '_' +to_pattern = '.' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gimp/-/commit/0424847917790e538f68ade458e380fffd16fca7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gimp/-/commit/0424847917790e538f68ade458e380fffd16fca7 You're receiving this email because of your account on gitlab.archlinux.org.
