David Runge pushed to branch main at Arch Linux / Packaging / Packages / libevent
Commits: 498b768e by David Runge at 2026-01-20T19:09:50+01:00 Fix nvchecker to match the upstream release schema Signed-off-by: David Runge <[email protected]> - - - - - 1 changed file: - .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -1,3 +1,6 @@ [libevent] source = "git" git = "https://github.com/libevent/libevent.git" +from_pattern = 'release-(.*)-stable' +to_pattern = '\1' +exclude_regex = ".*(alpha|beta|rc|pre).*" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libevent/-/commit/498b768effbccfd9cce6ad0c6f4452bca4d0fc7b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libevent/-/commit/498b768effbccfd9cce6ad0c6f4452bca4d0fc7b You're receiving this email because of your account on gitlab.archlinux.org.
