aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/check.sh
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-05-25 10:58:19 +0800
committerHsiangNianian <i@jyunko.cn>2025-05-25 10:58:19 +0800
commitda57e4f6ea6b2f7defc9d207aa50b3fd6ac5e38f (patch)
treeeba4ed5ea5b3663754ac4939f65610d7c6316f58 /scripts/check.sh
parent825d076225e29b19939938f08958b49b101a5e9e (diff)
downloadsoon-da57e4f6ea6b2f7defc9d207aa50b3fd6ac5e38f.tar.gz
soon-da57e4f6ea6b2f7defc9d207aa50b3fd6ac5e38f.zip
feat: Bump version to 0.1.4 in Cargo.toml and PKGBUILD; clean up check.shv0.1.4
Diffstat (limited to 'scripts/check.sh')
-rw-r--r--scripts/check.sh6
1 files changed, 2 insertions, 4 deletions
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 ..