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.066107
First Submitted: 2012-06-13 09:49 (UTC)
Last Updated: 2024-09-29 08:02 (UTC)

Dependencies (13)

Required by (2)

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 .. 26 27 28 29 30 31 32 33 34 35 36 .. 40 Next › Last »

trusktr commented on 2012-11-25 12:31 (UTC)

Nice. Hey, one thing I noticed is that Aura doesn't let you modify the PKGBUILD. Could you add an option to -A or something so we can edit PKGBUILDS? For example, with yaourt, when I install something it asks if I want to edit the PKGBUILD and sometimes I do in order to change some settings.

fosskers commented on 2012-11-25 12:17 (UTC)

With version 1.0.5.0: - New dep: haskell-url - `-As` now works properly. - Better integration with `pacman-color`. - Bug fixes!

trusktr commented on 2012-11-19 12:38 (UTC)

Cool!

fosskers commented on 2012-11-14 11:43 (UTC)

Fixed and pushed to the repo. The fix will be included in this Sunday's release.

fosskers commented on 2012-11-14 11:10 (UTC)

Thanks! Figured out the bug. I has to do with libsigc++ being used in a regular expression to determine if it's a real package or not. Those +'s have meaning in regexes, so the pluses aren't counted as part of the name. I'll have to do some minor tinkering.

trusktr commented on 2012-11-14 10:57 (UTC)

I like aura's syntax and overall concept. I found a bug: I tried installing tilde from aur by doing "sudo aura -Aax tilde" and build failed. I was able to install tilde with no problems using yaourt, so that makes me think there might be a bug with aura.