Look into implementing old dbscripts checks
Relevant checks:
- check target architecture matches (package -> repo) #119 (closed)
- check PKGBUILD exists and matches sha256sum (related to #39 (closed)) #120
- (configurable) check repo is self-contained (e.g.
[core]
) #142 - (configurable) check dependencies (, makedepends, checkdepends, optdepends) can be met using any of the given repositories #143
- check package files and signatures exist before creating the repository sync database (handled automatically in the context of the workflow functions)
Edited by David Runge