Releases: alexheretic/aurto
Releases · alexheretic/aurto
v0.10.5
- Show all aurutils output while running
aurto add
.
v0.10.4
- Fix default pacman-chroot.conf to include an aurto repo.
v0.10.3
- Add
/etc/aurto/pacman-chroot.conf
and use for aurutils chroot build config. This is initially identical to/usr/share/devtools/pacman-multilib.conf
.
v0.10.2
- Bring in
aur-vercmp-devel
to aurto repo & add initial support for aurutils v3 argument changes. - Support more vcs package extensions, as suggested in recent aurutils.
v0.10.1
/etc/pacman.conf
will no longer be automatically cleaned up on aurto package removal as this isn't an allowed usage of an install script.aurto init
will now state more explicitly that manual pacman.conf cleanup before package removal is required (e.g. runningaurto init remove
).
v0.10.0
- Add
aurto init
: first time setup of the 'aurto' repo and systemd timers. Previously done in the package install script. aurto status
will now use less for display if the output doesn't fit on the screen.
v0.9.10
- Fix missing newline at the end of default-trusted-users.txt
v0.9.9
- The default trusted users on a new install is now minimal including only aurutils & aurto maintainers.
- Optimise trust-check binary size & update dependencies.
v0.9.8
- Default makepkg-chroot.conf to use multithreaded zstd compression.
- Clean aurutils cache on erroneus update exit in addition to normal exit. This can solve some cases where a file with the incorrect checksum has been cached and is causing update failure.
- Update trust-check dependencies.
v0.9.7
- Improve error message when AUR web rpc isn't working