diff options
| author | 2025-05-25 10:56:48 +0800 | |
|---|---|---|
| committer | 2025-05-25 10:56:48 +0800 | |
| commit | 825d076225e29b19939938f08958b49b101a5e9e (patch) | |
| tree | 6386427a977457d33c5974467b1f36de3ff037eb /scripts | |
| parent | bf711826e1bad8d5a2076d39f29a55d5c7ca46f1 (diff) | |
| parent | dab388da8e452a4f82f1297bf20c48254028d1c1 (diff) | |
| download | soon-825d076225e29b19939938f08958b49b101a5e9e.tar.gz soon-825d076225e29b19939938f08958b49b101a5e9e.zip | |
Merge branch 'master' of https://github.com/HsiangNianian/soon
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/check.sh | 4 |
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 |