Releases: fosskers/aura
Releases · fosskers/aura
3.2.6
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
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 of1
if no results were found. This matchespacman
. -As
now accepts multiple search terms to narrow in on specific packages.
Added
--nocheck
will be passed down tomakepkg
to avoid calling thecheck()
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
3.1.9
Added
- Pass
-u
to-Cc
to save N installed packages, and remove all uninstalled ones. Example:
> sudo aura -Cc 3 -u
aura >>= The cache contains 1706 packages, consuming 7324 megabytes.
aura >>= 3 versions of each installed package will be kept.
aura >>= The rest will be deleted. Okay? [Y/n] n
Otherwise, the usual behaviour of -Cc
is to save N packages in the cache, regardless of if they are installed or not.
Fixed
- AUR packages with
+
in their name (e.g.libc++
) can be searched and installed. #630