Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / pipewire
Commits: 2e24aa2a by Jan Alexander Steffens (heftig) at 2025-11-07T13:36:14+01:00 nvchecker.toml: Correct regex to select even minor versions - - - - - 1 changed file: - .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -1,4 +1,4 @@ [pipewire] source = "git" git = "https://gitlab.freedesktop.org/pipewire/pipewire.git" -include_regex = '\d+\.\d+\.[1-7]?\d' +include_regex = '\d+\.\d*[02468]\.\d+' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pipewire/-/commit/2e24aa2aa48f94d3190a8490db002b38002a4528 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pipewire/-/commit/2e24aa2aa48f94d3190a8490db002b38002a4528 You're receiving this email because of your account on gitlab.archlinux.org.
