Skip to content

3.2.1

Compare
Choose a tag to compare
@fosskers fosskers released this 27 Oct 19:36
· 1030 commits to master since this release

With this release, Aura has passed 2,000 commits. Thank you for your ongoing support!

Changed

  • Breaking: -As and -Ai will yield an exit code of 1 if no results were found. This matches pacman.
  • -As now accepts multiple search terms to narrow in on specific packages.

Added

  • --nocheck will be passed down to makepkg to avoid calling the check() function during the build process. #647
  • --hotedit now has a short variant: -e. #643
  • -Ars <term> or -As <term> --both can be used to yield results from both the AUR and official repos at the same time. #644

Fixed

  • -Sl and -Qil now work as expected. #636 #642
  • Aura no longer displays the misleading Please check your input. message. #639
  • File permission issues when building *-git packages. #651 #634
  • Bash completions are now possible again for Pacman commands. #641