Releases: Firstp1ck/aur-pkgbuilder
Releases · Firstp1ck/aur-pkgbuilder
Release list
Release v0.1.0
First tagged release of aur-pkgbuilder: a GTK4 / libadwaita desktop app for AUR maintainers to sync PKGBUILDs, bump versions, validate, build with makepkg, and publish from one workspace.
What's New
- End-to-end workflow — Home, connection checks, package sync, version step, validation,
makepkgbuild, and AUR Git publish, with streaming logs in the app. - PKGBUILD editing — In-app editor with quick fields, diff-friendly updates, and safer
updpkgsumshandling when checksums already match sources. - SSH and AUR — Guided AUR SSH key setup,
known_hostsfingerprint surfacing, preflight probes, and publish gating when SSH is not verified. Saving your AUR username runs an RPC check; Home flags registry packages not under that account for bulk cleanup. - Bootstrap checks — New packages validate pkgbase naming, explain pkgbase vs split
pkgname, and probe the AUR plus official repos to avoid colliding names. - Connection and environment — Required-tool detection, richer Recommended environment hints (
base-devel, devtools), and shortcuts to open common packaging config paths. - Packages and paths — JSONC config and registry, optional per-package destinations, validated paths, and folder pickers rooted on the window.
- Shell and UX — Tabbed main shell with workflow navigation, connection/validation indicators, and packaged integration (icon and
.desktopentry).
Install
- Arch / AUR: Use
PKGBUILD-binwith this tag’s GitHub release assets when publishing to the AUR (dev/scripts/aur-push.shafter updating the AURPKGBUILD). - From source: See the repository README for
cargo build/cargo runon Arch with GTK 4 and libadwaita 1.6+.