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 .. 14 15 16 17 18 19 20 21 22 23 24 .. 40 Next › Last »

<deleted-account> commented on 2013-05-12 19:15 (UTC)

Hi there! Since I've been using aura for a while and I like it very much I've decided to set up a repository for it on my server: [xmine128] Server = http://xmine128.tk/repo/$arch Unfortunately its 64-bit only since haskell wouldn't obey when I told it to cross-compile :-( Feel free to use it anyway :-) Alexander

fosskers commented on 2013-05-11 01:02 (UTC)

@magus: Would it be possible to add `haskell-regex-pcre` and `haskell-curl` to [haskell-core]? That would make dependency handling world's easier. There is still a part of me that wants to keep `aura` as an AUR package, though. It's the old you-better-know-how-the-package-system-works-son-so-at-least-you-should-build-aura-yourself-before-installing-other-aur-packages-willy-nilly thing. @trusktr: Dont' sweat it. Everyone is busy!

trusktr commented on 2013-05-10 22:52 (UTC)

Putting it in [haskell-core] would be nice. fosskers, sorry I haven't gotten back about that idea I posted some time back. I've been busy with school.

<deleted-account> commented on 2013-05-10 19:20 (UTC)

@fosskers, obviously I'd also add any dependencies that are missing from [haskell-core] :)

fosskers commented on 2013-05-09 09:16 (UTC)

@Justin Those two won't be moved to depends, because they aren't runtime dependencies. However, the libraries they rely on are, hence the `curl` and `pcre`. @magus Although I'd be grateful, that probably won't be possible, given the two AUR haskell dependencies. It may be possible to switch from haskell-regex-pcre to haskell-pcre-light, but Aura is still very dependent on haskell-curl.

<deleted-account> commented on 2013-05-09 08:51 (UTC)

I don't know if I'd really call this a "Haskell" problem, why not just move haskell-curl and haskell-regex-pcre from makedepends to depends?

<deleted-account> commented on 2013-05-09 06:49 (UTC)

If `aura` were uploaded to hackage I'd be happy to include it in ArchHaskell's repo [haskell-core].

fosskers commented on 2013-05-03 22:42 (UTC)

Hi dahankzter, thanks for your patience. This is a Haskell problem more than it is an Aura problem. Just rebuild haskell-curl and haskell-regex-pcre and the problem should be fixed. This usually happens after a ghc update.

dahankzter commented on 2013-05-03 18:30 (UTC)

I am either being daft or something... It is of course the haskell versions that are missing but they are specified in makedepends. Am I missing something here, i thought they would be pulled in automatically.

dahankzter commented on 2013-05-03 18:23 (UTC)

I have so much trouble updating Aura itself all the time... I really like it but it is becoming more and more troublesome. Right now I get: [code] ==> Starting build()... Configuring aura-1.1.6.3... Setup: At least the following dependencies are missing: curl -any, regex-pcre -any ==> ERROR: A failure occurred in build(). Aborting... aura >>= Also, the following weren’t built: dropbox jenkins-ci netcfg spotify error: no targets specified (use -h for help) Raw shell command call failed. [/code] Any idea? And yes curl and pcre is of course installed.