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

fosskers commented on 2013-08-19 17:49 (UTC)

Odd. Can you try using just `--custom` with `--auradebug` and show me the output of that?

roadnottaken commented on 2013-08-17 22:26 (UTC)

The --custom flag in version 1.2.1.1 seems to only work if I also set --hotedit and specifically tell the program to edit the PKGBUILD file. I'd expect --custom to work on its own. Perhaps this is a bug in the way aura parses the command line?

fosskers commented on 2013-07-31 21:15 (UTC)

Yup. Set the EDITOR environment variable, and run `sudo` with the `-E` option when building.

trusktr commented on 2013-07-31 19:15 (UTC)

@fosskers For sure. Is there an option change the editor that Aura starts when using --hotedit?

fosskers commented on 2013-07-26 13:49 (UTC)

That's a legit bug in Aura's bash parser that needs to be fixed. I'll get on it soon.

trusktr commented on 2013-07-26 09:25 (UTC)

I possibly found a bug. Aura fails to build the emerald-git package with the following error: ┌─[01:33:51/starlancer/trusktr/~/src/sccexpress] └─╼ sudo aura -Aax emerald-git [sudo] password for root: aura >>= Determining dependencies... aura >>= Dependency checking failed for these reasons: `\` exists in NO WAY as a package or as one provided by another! Check out the depends=() array in the emerald-git PKGBUILD. The creator of the file put the bash-style newline escape in there causing aura to trip over it. Is this a bug with aura, or should PKGBUILDs not have such shell-style escapes?

fosskers commented on 2013-07-07 12:14 (UTC)

I've never heard of that happening before.

<deleted-account> commented on 2013-07-06 14:58 (UTC)

It seems that there is a bug with creating cache directories. The first time I tried to install anything, I got: aura: /var/cache/aura/pkgbuilds/<package related file>: openFile: does not exist (No such file or directory) After doing mkdir /var/cache/aura && mkdir /var/cache/aura/pkgbuilds everything is working fine...