All Versions
30
Latest Version
Avg Release Cycle
54 days
Latest Release
1272 days ago

Changelog History
Page 2

  • v3.1.2 Changes

    June 10, 2020

    ๐Ÿš€ This release fixes a regression in 3.1.1. Please update as soon as possible.

    โž• Added

    • ๐Ÿ“ฆ The -c / --clean flag for -A. After a package's tarball has been built
      ๐Ÿ— and copied to the package cache, delete its build directory immediately. By
      ๐Ÿ— default, build directories are left in /tmp to be cleaned by the OS, but for
      ๐Ÿ‘‰ users who don't restart their machines often, this can clog up disk space.

    ๐Ÿ›  Fixed

    • Apologies to Aura users. The -E change in the previous release caused a
      lot of unexpected behaviour, so that change has be revoked. A future version
      ๐Ÿ‘ of Aura will explore a better solution for handling environment variables.
  • v3.1.1 Changes

    June 02, 2020

    ๐Ÿ”„ Changed

    • โš™ Running Aura with sudo -E aura ... will ensure that the transfer of the true
      ๐Ÿ‘‰ user's environment will persist all the way to the internal makepkg calls.
      This should help people who have set custom paths for GPG, npm, etc., via
      ๐Ÿ‘€ environment variables. See #606.
      ๐Ÿ‘‰ Users with standard setups don't need to worry about -E.

    โœ‚ Removed

    • Explicit dependency on microlens. Everything Aura uses now comes through rio.
  • v3.1.0 Changes

    May 27, 2020

    โž• Added

    • The --skipdepcheck flag to skip all dependency solving. Combine this with --hotedit to avoid discrepancies in custom dependency listings.
    • --skippgpcheck is now available to pass through to makepkg.
    • aura.conf now has a man page.

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Bumped aeson and http-client bounds.
  • v3.0.0 Changes

    May 20, 2020

    โž• Added

    • ๐Ÿ”ง Aura is now configurable via a conf file! Aura expects it at
      /etc/aura.conf, but will not break if it's missing. If you install Aura via
      ๐Ÿ“ฆ its AUR package, this file will be installed for you automatically.
    • A new top-level command: -P. This allows users to analyse PKGBUILD
      ๐Ÿ— files manually, as is usually done during building.

      • -Pf accepts a path to a PKGBUILD.
      • -Pd accepts a path to a directory containing a PKGBUILD.
      • -Pa to scan the PKGBUILDs of all locally installed AUR packages.
      • -P on its own will read from stdin. Combine this with -Ap to pull from the AUR:

      aura -Ap myget | aura -P

      sudo pacman -S aurvote
      

      aura >>= sudo indicates that someone may be trying to gain root access to your machine. aura >>= Potential PKGBUILD vulnerabilities detected.

    • ๐Ÿ— A new flag --vcspath to accompany the new VCS build behaviour (see below).

    • โช A new flag --allsourcepath to accompany the restored --allsource
      ๐Ÿ‘€ functionality (see below).

    • -O --adopt can now be called as -Oa.

    ๐Ÿ”„ Changed

    • VCS packages (e.g. *-git, *-svn, etc.) and their cloned sources are now
      ๐Ÿ— built and stored in /var/cache/aura/vcs. Subsequent builds will no longer
      ๐Ÿ‘ฏ reclone everything.
      #462
    • --hotedit will now offer to edit .install and .patch files. #208
    • ๐Ÿšš Some modules have been renamed and moved around.
    • Aura.Diff and Aura.Pkgbuild.Base have had their contents folded into other
      modules.

    ๐Ÿ›  Fixed

    • A regression that broke -Bc. #592
    • โช The functionality of --allsource has been restored. #538
    • A minor difference in the behaviour of -Ss relative to pacman. #599
  • v2.3.0 Changes

    April 23, 2020

    โž• Added

    • ๐Ÿ‘ Allow --asdeps to be passed to -A commands.
    • -y can be passed to -A commands again, like -Ayu.
    • ๐ŸŒ Dutch translations. Thank you, Joris Blanken!

    ๐Ÿ”„ Changed

    • ~15% reduction in binary size and much faster compiles due to removal of
      unnecessary dependencies.
    • -Cc now reports how much storage space was cleared.
    • ๐ŸŒฒ A few more messages when using --log-level=debug.

    โœ‚ Removed

    • makepkgConfFile wasn't being used anywhere.

    ๐Ÿ›  Fixed

    • A bug involving multiple prompts appearing at the same time when more than one
      ๐Ÿ“ฆ package needs a custom provider selection.
      #541
    • ๐Ÿ“ฆ A bug involving the + character appearing in package names, like crypto++.
      #520
    • ๐Ÿ“ฆ A regression where the name of a parent package wouldn't be displayed when a
      dependency couldn't be found.
      #513
  • v2.2.1 Changes

    March 02, 2020
    • Pass the Pacman flag --overwrite through properly.
    • ๐ŸŒ Further improved Italian translations.
  • v2.2.0 Changes

    February 25, 2020
    • ๐Ÿ†• New Feature: : --log-level flag. Setting this to debug will give you some verbose logging output. This is different from the usual -x behaviour.
    • ๐Ÿ› Bug Fix: Users with many AUR packages installed will no longer see mysterious AUR connection failures. (#528)
    • โšก๏ธ Updated Italian translations. Grazie, Cristian Tentella!
    • ๐Ÿ‘Œ Support for GHC 8.8.2.
  • v2.1.0 Changes

    February 17, 2020

    ๐Ÿ“ฆ Reinstated -Aw, which downloads a snapshot tarball of an AUR package.

  • v2.0.6 Changes

    February 17, 2020

    ๐Ÿ›  Fixed the broken -S.

  • v2.0.5 Changes

    February 17, 2020

    ๐Ÿ›  Fixed a bug that prevented -Syuu and -Scc.