Releases: alexheretic/aurto
Releases · alexheretic/aurto
v0.7.1
- Check trust for all aur dependencies
- Clean aurutils cache after aurto-update
- Clean chroot after git aurto-update
v0.7
- Add optional maintainer trust system, including automatic removal of packages from the aurto repo that have changed to an unknown maintainer read more.
- Existing users must opt-in by
sudo touch /etc/aurto/trusted-users; sudo chown USERNAME /etc/aurto/trusted-users
- Existing users must opt-in by
- Add automatic removal of packages from the aurto repo that are no longer in the AUR.
v0.6.7
- Wait for network-online before update-aurto service
v0.6.6
- Add bash/fish shell
aurto remove
completion of packages in the aurto repo - Improve fish shell subcommand completion
v0.6.5
- Add basic bash shell completion
- Add basic fish shell completion
v0.6.4
- Fix help formatting
- Handle running
aurto
as root by re-running as installer user - Handle running
/usr/lib/aurto/update-aurto
as non-root by re-running as root
v0.6.3
- Prompt
/var/lib/pacman/local
dir listeners after updating a package in the aurto repo. This allows gnome extension arch-update to show timely messages.
v0.6.2
- Update repository just after system startup
v0.6.1
- Don't fail on pacsync aurto failures during update-aurto checks (pacman locks)
- Use simple non-blocking systemd service for update-aurto (previously oneshot)
v0.6.0
- Print pacman install hint after
aurto add
- Simplify Running: cmd printing
- Improve print color usage & clarity