Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / five-or-more
Commits: 5a2e5e9c by Jan Alexander Steffens (heftig) at 2025-01-27T23:25:40+01:00 Support and avoid prereleases - - - - - 2 changed files: - .nvchecker.toml - PKGBUILD Changes: ===================================== .nvchecker.toml ===================================== @@ -1,3 +1,6 @@ [five-or-more] source = "git" git = "https://gitlab.gnome.org/GNOME/five-or-more.git" +include_regex = '\d+(\.\d+)*' +from_pattern = '\.([a-z])' +to_pattern = '\1' ===================================== PKGBUILD ===================================== @@ -27,7 +27,7 @@ makedepends=( yelp-tools ) source=( - "git+$url.git#tag=$pkgver" + "git+$url.git#tag=${pkgver/[a-z]/.&}" 0001-Reset-positions-when-the-board-is-changed.patch ) b2sums=('4fa1320ffcc5fc8ca30d1bc81af90a4047805c368281b2d52ad4f63bed56bbeec338bc12ddbe73fa95739bfcc2a415bbca3ba43a3f9d493b0989d349786b34b6' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/five-or-more/-/commit/5a2e5e9c792469dde54f27c6b4e9574e2a06a4cd -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/five-or-more/-/commit/5a2e5e9c792469dde54f27c6b4e9574e2a06a4cd You're receiving this email because of your account on gitlab.archlinux.org.