v0.4.5
What's changed
Fixed
- AUR-bin CI publish was pushing empty commits. The
KSXGitHub/github-actions-deploy-auraction copies the file at
pkgbuild:into the AUR repo verbatim — preserving the source
filename. The AUR-bin remote only tracks a file literally named
PKGBUILD, so passing./packaging/aur/PKGBUILD-binlanded the
bumped file alongside (untracked) while leaving the stalePKGBUILD
intact. Result:makepkg --printsrcinforan against the old file,
generated an identical.SRCINFO, and the action committed an
empty bump (allow_empty_commits: trueby default). v0.4.4's bin
push went through (055b104..6bc8a68) but never advanced the
version — AUR-bin stayed at 0.4.3 even though all four other
channels (GitHub Release, crates.io, source AUR, source tag) shipped
0.4.4. Fix: stage the-binvariant under a literalPKGBUILD
filename before handing it to the action.
Install
Arch (AUR)
yay -S ai-usagebar-bin # prebuilt binary from this release
yay -S ai-usagebar # compiles from sourceManual
curl -fsSL https://github.com/akitaonrails/ai-usagebar/releases/download/v0.4.5/ai-usagebar-linux-x86_64.tar.gz | tar xz -C ~/.local/bin ai-usagebar ai-usagebar-tuiChecksums (SHA256)
567844b783235f02c3f3f95acdf7b13ad3699e42d173513f435033b223de0421 ai-usagebar-linux-aarch64.tar.gz
2f43b14b5fde22d1ce633a1cac00f6f1ddde397b5d0c07d6481462b203b1157e ai-usagebar-linux-x86_64.tar.gz
Full diff: v0.4.4...v0.4.5