summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-05-25 10:56:48 +0800
committerHsiangNianian <i@jyunko.cn>2025-05-25 10:56:48 +0800
commit825d076225e29b19939938f08958b49b101a5e9e (patch)
tree6386427a977457d33c5974467b1f36de3ff037eb /scripts
parentbf711826e1bad8d5a2076d39f29a55d5c7ca46f1 (diff)
parentdab388da8e452a4f82f1297bf20c48254028d1c1 (diff)
downloadsoon-825d076225e29b19939938f08958b49b101a5e9e.tar.gz
soon-825d076225e29b19939938f08958b49b101a5e9e.zip
Merge branch 'master' of https://github.com/HsiangNianian/soon
Diffstat (limited to 'scripts')
-rw-r--r--scripts/check.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/check.sh b/scripts/check.sh
index 88a1e87..9769507 100644
--- a/scripts/check.sh
+++ b/scripts/check.sh
@@ -2,4 +2,8 @@ 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