From da57e4f6ea6b2f7defc9d207aa50b3fd6ac5e38f Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Sun, 25 May 2025 10:58:19 +0800 Subject: feat: Bump version to 0.1.4 in Cargo.toml and PKGBUILD; clean up check.sh --- scripts/check.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'scripts') diff --git a/scripts/check.sh b/scripts/check.sh index 9769507..c6b4afd 100644 --- a/scripts/check.sh +++ b/scripts/check.sh @@ -1,9 +1,7 @@ +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" done -<<<<<<< HEAD makepkg --printsrcinfo > .SRCINFO -======= -makepkg --printsrcinfo > .SRCINFO ->>>>>>> dab388da8e452a4f82f1297bf20c48254028d1c1 +cd .. -- cgit v1.2.3-70-g09d2