diff options
| -rw-r--r-- | .gitignore | 3 | ||||
| m--------- | aur | 0 | ||||
| -rw-r--r-- | scripts/check.sh | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -177,4 +177,5 @@ cython_debug/ Cargo.lock # aur package -aur/
\ No newline at end of file +.SRCINFO +PKGBUILD
\ No newline at end of file diff --git a/aur b/aur -Subproject 01c7dfeca2767d6f227507c8b2cb15255df39b5 +Subproject 51c9a53bd0e434e093647b511965730f1817ffb diff --git a/scripts/check.sh b/scripts/check.sh index c6b4afd..ea01193 100644 --- a/scripts/check.sh +++ b/scripts/check.sh @@ -1,4 +1,4 @@ -cd ../aur +cd aur 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" |