New comment by Chocimier on void-packages repository https://github.com/void-linux/void-packages/pull/27569#issuecomment-752927164 Comment: Locally there is no need for two passes really, because for two packages one of them is build later, when other is already built, so they can be compared. Instead of limiting repositories, checks could be limited to version in template, with something like below, so single package can be updated and still being checked. grep -m 1 version= ${XBPS_SRCPKGDIR}/${p%-*}/template | cut -d= -f2 | tr -d \'\"