diff options
Diffstat (limited to 'scripts/check.sh')
| -rw-r--r-- | scripts/check.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/check.sh b/scripts/check.sh index 0b6f370..1db882a 100644 --- a/scripts/check.sh +++ b/scripts/check.sh @@ -1,4 +1,5 @@ for hash in $(git rev-list --max-count=10 HEAD); do echo "Checking $hash..." git ls-tree --name-only -r $hash | grep -q '^PKGBUILD$' || echo "❌ Missing PKGBUILD in $hash" -done
\ No newline at end of file +done +makepkg --printsrcinfo > .SRCINFO
\ No newline at end of file |