From da57e4f6ea6b2f7defc9d207aa50b3fd6ac5e38f Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Sun, 25 May 2025 10:58:19 +0800 Subject: feat: Bump version to 0.1.4 in Cargo.toml and PKGBUILD; clean up check.sh --- Cargo.toml | 2 +- PKGBUILD | 2 +- scripts/check.sh | 6 ++---- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2209a7d..92571cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soon" -version = "0.1.3" +version = "0.1.4" edition = "2021" description = "Predict your next shell command based on history — like shell autocomplete, but MORE stupid" license = "MIT" diff --git a/PKGBUILD b/PKGBUILD index 9ba2713..826d0ad 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=soon -pkgver=0.1.2 +pkgver=0.1.4 pkgrel=1 pkgdesc="🤖 Predict your next shell command based on history — like shell autocomplete, but MORE stupid" arch=('x86_64') 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 .. -- cgit v1.2.3-70-g09d2