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

fosskers commented on 2014-05-05 23:02 (UTC)

I plan to very soon move to the new `haskell-wreq` which I maintain. For Aura 2.0 coming in the future, I will put Aura onto Hackage for easy addition to [haskell-core].

purefn commented on 2014-05-05 22:44 (UTC)

@vendion I'm running into the same issue here. The problem isn't aura directly, but the haskell-http-conduit dependency. It is in AUR but is out of date and looks abandoned. I may make an effort to get aura into habs later, if Magnus will go for it.

vendion commented on 2014-04-30 11:18 (UTC)

Is there any reason why Aura wouldn't work with haskell-conduit 1.1.1-1? When I try updating Aura I get this error message: The dependency `haskell-conduit` demands version `<1.1`but the most recent version is `1.1.1-1`. I'm not sure how to get pacman to report what repo a package was installed from I think it came from haskell-core.

fosskers commented on 2014-04-29 20:04 (UTC)

Local package signing is currently broken with aura. Aura is being redesigned soon, so this problem should fix itself.

salacio commented on 2014-04-29 18:46 (UTC)

When attempting to build a package and sign it locally aura attempts to install that .pkg.tar.xz.sig file instead of the .pkg.tar.xz file and fails with could not open file...: Unrecognized archive format and ...: cannot open package file. Do I need to set up some extra setting so that it grabs the correct file after building? Running aura -U .pkg.tar.xz works and the installed package says verified by signature, so it's able to install except for each built package I have to run aura again because it quits after failing to install the sig file.

ahills commented on 2014-04-23 18:44 (UTC)

When using the haskell-core (and haskell-happstack) repositories, and when extra eventually updates to ghc 7.8, the haskell-transformers package (included with ghc 7.8) is obsolete. Using makepkg -s to build aura, accepting the "Do you want to skip the above package for this upgrade?" query succeeds.

duggum commented on 2014-03-06 04:37 (UTC)

@fosskers: Done. I'm a git newb, so be gentle if I screwed anything up.

fosskers commented on 2014-03-06 01:57 (UTC)

@duggum: Thanks! My pleasure. If you made changes to: https://github.com/fosskers/aura/blob/master/completions/bashcompletion.sh and submitted a pull request I could totally integrate your changes.

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.