Package Details: aura 4.0.8-1

Git Clone URL: https://aur.archlinux.org/aura.git (read-only, click to copy)
Package Base: aura
Description: A package manager for Arch Linux and its AUR
Upstream URL: https://github.com/fosskers/aura
Keywords: AUR pacman rust
Licenses: GPL-3.0-or-later
Conflicts: aura-bin, aura-git, aura3-bin
Submitter: fosskers
Maintainer: fosskers
Last Packager: fosskers
Votes: 170
Popularity: 0.58
First Submitted: 2012-06-13 09:49 (UTC)
Last Updated: 2024-09-29 08:02 (UTC)

Dependencies (13)

Required by (1)

Sources (1)

Pinned Comments

fosskers commented on 2024-07-31 10:21 (UTC)

Aura 4 has been released. If instead you wish you keep using the Haskell-based v3 series, please install:

https://aur.archlinux.org/packages/aura3-bin

Latest Comments

« First ‹ Previous 1 .. 34 35 36 37 38 39 40 Next › Last »

fosskers commented on 2012-06-19 21:55 (UTC)

Yeah I noticed that the yaourt maintainer had done that. No particular version of pacman is necessary for `aura` though.

Cravix commented on 2012-06-19 14:26 (UTC)

en, tar is important package, but tar is only required by libtool, and libtool is required by nothing here :-) so better don't remove it, for those like coreutils(dep of deps of pacman) is in, or their reqs is in the HoldPkg list, and when try to remove it pacman will prompt. regarding pacman(to be exact, neccesary pack) as dependency is only when you need to specify the version of pacman, like in yaourt's PKGBUILD maintainer wrote 'pacman>=4.0' in deps array.

fosskers commented on 2012-06-19 13:44 (UTC)

Yeah that's reasonable. I'll take them out with the next release (probably tomorrow). What about `tar`? Is there a more built-in decompressor that could replace it?

Cravix commented on 2012-06-19 13:38 (UTC)

a little suggestion: you don't need add pacman and curl(a dep of pacman) as deps since arch isn't arch without pacman, and the same to gmp for it's dep of coreutils.

fosskers commented on 2012-06-19 13:27 (UTC)

Colourized output now available.

fosskers commented on 2012-06-18 09:51 (UTC)

`-Syu` and `-Rsu` no longer broken. Also introduced `-Aw` for downloading source tarballs.

fosskers commented on 2012-06-17 12:29 (UTC)

Aura no longer fails building AUR packages that have .install files. `-u` option now available with `-A` for upgrading all installed AUR packages.