aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-05-25 03:13:42 +0800
committerHsiangNianian <i@jyunko.cn>2025-05-25 03:13:42 +0800
commit235acea75f2a841d941753cd98d133ce0f17cf74 (patch)
tree385ff84d869fd529961f13a644ae953e8c0fb03a
parent57f8df881bb9794f87604dc5ad9ce8e0349cb5ab (diff)
downloadsoon-235acea75f2a841d941753cd98d133ce0f17cf74.tar.gz
soon-235acea75f2a841d941753cd98d133ce0f17cf74.zip
feat: Update version to 0.1.2 in .SRCINFO and source URL
-rw-r--r--scripts/check.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/check.sh b/scripts/check.sh
index 0b6f370..1db882a 100644
--- a/scripts/check.sh
+++ b/scripts/check.sh
@@ -1,4 +1,5 @@
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 \ No newline at end of file
+done
+makepkg --printsrcinfo > .SRCINFO \ No newline at end of file