Every once in a while a PR build fails due to a checksum that was not updated (like here).
It is totally okay for casual contributors not to know about such Pacman details, and we should be able to help them quickly and swiftly by issuing an /updpkgsums workflow that basically does the following:
And for PKGBUILD files defining a pkgver function, that function should be given a chance to update the version and the result should be committed, like here.
Every once in a while a PR build fails due to a checksum that was not updated (like here).
It is totally okay for casual contributors not to know about such Pacman details, and we should be able to help them quickly and swiftly by issuing an
/updpkgsums
workflow that basically does the following:open-pr
workflow does (this would make for a fine opportunity to turn that step into a composite GitHub Action, methinks, it can even be hosted in a subdirectory of the same repository)updpkgsums
in all subdirectories touched by the PR