There's a closed pull request on the void-packages repository update_check/gnome: also check for 2.* and 4.* version https://github.com/void-linux/void-packages/pull/33569 Description: Split from #33327. - check for 2.* (example: `gtk+` currently misses version 2.24.33) - check for 4.* (example: `gtk4` currently misses version 4.4.0) - change check for 0.* to ignore devel (e.g. `vala` currently includes 0.53.2 which afaict should be ignored b/c it's development) Maybe the `[0-4]` I added should be `[0-9]`, or `[0-9]+`. CC: @paper42, also @sgn since I believe he made the last changes to this regexp. Feel free to redo and drop this PR as you see convenient.