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.053930
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 .. 19 20 21 22 23 24 25 26 27 28 29 .. 40 Next › Last »

fosskers commented on 2013-02-14 21:50 (UTC)

@flying-sheep: Which one?

flying-sheep commented on 2013-02-14 14:39 (UTC)

when building one of those i get stuff like ghc-pkg: cannot find package curl-1.3.7

fosskers commented on 2013-02-11 21:15 (UTC)

@stephanbeta What's likely happened is that your haskell packages and cabal records have gotten out of sync. You have ghc 7.6.2 installed? I'd say rebuilding haskell-curl, haskell-regex-pcre, and haskell-json should do the trick.

stephanbeta commented on 2013-02-11 16:53 (UTC)

I'm having problems updating aura 1.1.2.0-1 => 1.1.3.0-1 Here's the output: ------------------------------------------------------------------------- aura >>= Building `aura`... aura >>= Well, building `aura` failed. aura >>= Dumping makepkg output in 3.. 2.. 1.. ==> Making package: aura 1.1.3.0-1 (Mon Feb 11 17:47:55 CET 2013) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving Sources... -> Downloading aura-1.1.3.0.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 77852 100 77852 0 0 64845 0 0:00:01 0:00:01 --:--:-- 395k ==> Validating source files with md5sums... aura-1.1.3.0.tar.gz ... Passed ==> Extracting Sources... -> Extracting aura-1.1.3.0.tar.gz with bsdtar ==> Starting build()... Configuring aura-1.1.3.0... Setup: At least the following dependencies are missing: curl -any, json -any, regex-pcre -any ==> ERROR: A failure occurred in build(). Aborting... ------------------------------------------------------------------------- Previous updates had no problems. Any ideas?

flamusdiu commented on 2013-02-11 14:20 (UTC)

@fosskers: thanks 4 the heads up =)

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

1.1.3.0 ------- - Changed `--save` and `--restore` to `-B` and `-Br`. `--save` is now just an alias for `-B`, but `--restore` must be used with `-B`. - New option `-Bc` for removing old unneeded package states. - `-Br` output is now sorted better and makes more sense. - Bash Parser can now properly parse `if` blocks, meaning packages that have conditional dependencies based on architecutre will now build properly. - API Change: `Aura.General` is now `Aura.Core` - Dep Change: `haskell-url` no longer needed.

fosskers commented on 2013-02-10 23:21 (UTC)

@flamusdiu: That is fixed in the update I'll be releasing in about an hour :) The Bash parser is now more robust.

flamusdiu commented on 2013-02-10 21:27 (UTC)

Anyone notice that some packages when build from Aur using aura detects systems as x86_64 instead of i686 throwing an error that lib32-* packages are missing?

fosskers commented on 2013-02-06 22:06 (UTC)

That's a pacman error, not an aura one. Notice that all the packages actually built. Regardless, I'll try them out myself and see what happens.