Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / poedit
Commits: 5260e97d by Antonio Rojas at 2026-05-24T10:27:52+02:00 Fix nvchecker - - - - - 1 changed file: - .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -1,6 +1,6 @@ [poedit] source = "git" git = "https://github.com/vslavik/poedit.git" -prefix = "v" -suffix = "-oss" include_regex = "v.*-oss" +from_pattern = 'v(.*)-oss' +to_pattern = '\1' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/poedit/-/commit/5260e97d190f0ec0d5e06fc8db9428032d445903 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/poedit/-/commit/5260e97d190f0ec0d5e06fc8db9428032d445903 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
