diff options
| author | 2025-05-25 03:13:42 +0800 | |
|---|---|---|
| committer | 2025-05-25 10:48:37 +0800 | |
| commit | 6cc79d648232028496c607c5a303890dd432ee03 (patch) | |
| tree | 385ff84d869fd529961f13a644ae953e8c0fb03a /scripts | |
| parent | 7310db094d6ac31df21eca2534cf68b19a86688c (diff) | |
| download | soon-6cc79d648232028496c607c5a303890dd432ee03.tar.gz soon-6cc79d648232028496c607c5a303890dd432ee03.zip | |
feat: Update version to 0.1.2 in .SRCINFO and source URL
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/check.sh | 3 |
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 |