aur v3.2.1 Release Notes

Release Date: 2020-10-27 // over 3 years ago
  • ๐Ÿš€ 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