Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / libnbd
Commits: 094e26ed by Sven-Hendrik Haase at 2025-08-07T19:40:29+02:00 Fix nvchecker regex - - - - - 1 changed file: - .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -2,5 +2,5 @@ source = "git" git = "https://gitlab.com/nbdkit/libnbd" # only even minor versions are considered stable, because semver doesn't exist -include_regex = "^(v|)([\\d.]+).([\\d]*)[02468]{1}.([\\d.]+)$" +include_regex = 'v\d+\.\d*[02468]\.\d+' prefix = "v" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libnbd/-/commit/094e26edc351dfc89f8c38ae19251ff3d8d0fa89 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libnbd/-/commit/094e26edc351dfc89f8c38ae19251ff3d8d0fa89 You're receiving this email because of your account on gitlab.archlinux.org.