From cdb44d51c7c9753ab67fafbaf91735f48b0cec28 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Mon, 26 May 2025 23:34:04 +0800 Subject: feat: Update .gitignore to include .SRCINFO and PKGBUILD; modify check.sh path --- scripts/check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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" -- cgit v1.2.3-70-g09d2