only check the latest revision for PKGBUILD and .SRCINFO
This mainly does two things
- move the existance check for
.SRCINFO
andPKGBUILD
to be only done on the latest commit - create a new function for the
.SRCINFO
checking and invoke it only once, not once per commit
I am aware that this breaks tests, thats why I only opened a Draft, feedback is still welcome!
This MR was created as a first try of implementation for the feture requested in issue #444 (closed).
Edited by Christian Heusel