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 --- .gitignore | 3 ++- aur | 2 +- scripts/check.sh | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 534d989..f2480d2 100644 --- a/.gitignore +++ b/.gitignore @@ -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 index 01c7dfe..51c9a53 160000 --- a/aur +++ b/aur @@ -1 +1 @@ -Subproject commit 01c7dfeca2767d6f227507c8b2cb15255df39b58 +Subproject commit 51c9a53bd0e434e093647b511965730f1817ffb4 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