Package Details: aura 4.2.0-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: 176
Popularity: 1.61
First Submitted: 2012-06-13 09:49 (UTC)
Last Updated: 2026-01-14 21:46 (UTC)

Dependencies (13)

Required by (6)

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 .. 9 10 11 12 13 14 15 16 17 18 19 .. 40 Next › Last »

duggum commented on 2014-03-06 01:18 (UTC)

I'm loving Aura, so thanks for this! I didn't like that bash completion didn't work for pacman functions though, so I stole from the pacman file and made this: https://gist.github.com/duggum/9373849 ( git clone https://gist.github.com/9373849.git) It seems to work well enough, and I can't take credit for anything other than copy/paste and a few name changes from pacman -> aura. Cheers.

padawan commented on 2014-02-24 22:05 (UTC)

My bad. Seems that i'm using an old version of aura. My version is 1.1.6.0-1. I will update my version.

flamusdiu commented on 2014-02-24 05:38 (UTC)

Which version of aura? I am using curl 7.35.0 which aura 1.2.3.0 and I do not have this issue.

padawan commented on 2014-02-23 19:20 (UTC)

After a system update my aura stopped working. Any action with '-A' would get an error message. $ aura -As test aura >>= AUR API lookup failed. Please check your connection. If i execute the command bellow the problem disappear. $ sudo pacman -U /var/cache/pacman/pkg/curl-7.33.0-2-i686.pkg.tar.xz The problem happens with curl-7.34.0-1 and with curl-7.35.0-1. I'm the only one with this problem? I had put the curl in the IgnorePkg of the /etc/pacman.conf for now. Sorry for any mistakes, english isn't my mother tongue.

bstaletic commented on 2014-02-13 14:50 (UTC)

For c0rtex It happent when you are in aterminal in a directory that doesn't exist (you deleted it with some file manager for example), so change the directory.

trusktr commented on 2014-02-01 17:50 (UTC)

Found a bug: When pacman experiences a download error retrieving a dependency, aura continues to build the AUR package when it shouldn't.

c0rtex commented on 2014-01-10 23:07 (UTC)

I get this with version 1.2.2.0 and community repos: ==> Extracting sources... -> Extracting aura-1.2.2.0.tar.gz with bsdtar ==> Starting build()... Setup: The following installed packages are broken because other packages they depend on are missing. These broken packages must be rebuilt before they can be used. package json-0.7 is broken due to missing package syb-0.4.0-c48d52f3188b986ddaa9dd9ae40072f8 ==> ERROR: A failure occurred in build(). Adding the haskell-core repo fixed this for me

fosskers commented on 2014-01-06 06:18 (UTC)

1.2.2.0 ------- - Happy New Year! - makepkg's `--ignorearch` flag is now visible to Aura. This allows users to build AUR packages on ARM devices without worrying about architecture restrictions in PKGBUILDs. - Use `--head` and `--tail` to truncate `-As` results. - `-B` now uses local time. - Bug fixes and translation updates

fosskers commented on 2013-12-23 01:21 (UTC)

Deletion happens automatically. I have no control over it. However, I could copy the files out before deletion. I suppose the saved files could go in `/var/cache/aura`. Would you mind opening an Issue on github about this? It would be much easier to track.