Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / malcontent
Commits: 2222f99a by Jan Alexander Steffens (heftig) at 2025-11-21T04:20:07+01:00 Ignore prereleases but allow building them - - - - - 2 changed files: - .nvchecker.toml - PKGBUILD Changes: ===================================== .nvchecker.toml ===================================== @@ -1,4 +1,6 @@ [malcontent] source = "git" git = "https://gitlab.freedesktop.org/pwithnall/malcontent.git" -exclude_regex = '.*(alpha|beta|rc).*' +include_regex = '\d+(\.\d+)*' +from_pattern = '\.([a-z])' +to_pattern = '\1' ===================================== PKGBUILD ===================================== @@ -37,7 +37,7 @@ makedepends=( python-packaging yelp-tools ) -source=("git+https://gitlab.freedesktop.org/pwithnall/malcontent.git#tag=$pkgver") +source=("git+https://gitlab.freedesktop.org/pwithnall/malcontent.git#tag=${pkgver/[a-z]/.&}") b2sums=('25a9bfcfe4ea81260a73ba69640a0ae6ceb9645765d77ac5a6504173140ac9800dc0b7d493a6f59fa2ec8aa9bf4b34ccaff1554b5e585366302817bcca8f3d5b') validpgpkeys=( 923B7025EE03C1C59F42684CF0942E894B2EAFA0 # Philip Withnall <[email protected]> View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/malcontent/-/commit/2222f99a21c2fd4aacf1264e8e8a774f32c3d707 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/malcontent/-/commit/2222f99a21c2fd4aacf1264e8e8a774f32c3d707 You're receiving this email because of your account on gitlab.archlinux.org.
