From f4d9d597a99ca0ed53c78cf600af9b4a8571ed06 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Sun, 25 May 2025 02:46:35 +0800 Subject: feat: Add check script to verify presence of PKGBUILD in recent commits --- scripts/check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check.sh b/scripts/check.sh index 1db882a..88a1e87 100644 --- a/scripts/check.sh +++ b/scripts/check.sh @@ -2,4 +2,4 @@ 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 -makepkg --printsrcinfo > .SRCINFO \ No newline at end of file +makepkg --printsrcinfo > .SRCINFO -- cgit v1.2.3-70-g09d2