Package Details: aura 3.2.9-1

Git Clone URL: https://aur.archlinux.org/aura.git (read-only, click to copy)
Package Base: aura
Description: A secure package manager for Arch Linux and the AUR
Upstream URL: https://github.com/fosskers/aura
Keywords: AUR haskell pacman
Licenses: GPL3
Conflicts: aura-bin, aura-git
Submitter: fosskers
Maintainer: fosskers
Last Packager: fosskers
Votes: 166
Popularity: 0.008754
First Submitted: 2012-06-13 09:49 (UTC)
Last Updated: 2022-05-23 18:42 (UTC)

Dependencies (5)

Required by (1)

Sources (1)

Pinned Comments

fosskers commented on 2020-02-02 02:43 (UTC) (edited on 2020-05-27 18:08 (UTC) by fosskers)

If you'd rather not deal with Haskell dependencies, a pre-built binary is available in the aura-bin package .

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 38 Next › Last »

fosskers commented on 2017-05-31 02:56 (UTC)

Hey everyone, thanks for your patience. - `abs` dep removed - `haskell-regex-pcre-builtin` changed to `regex-pcre` - `haskell-aur` updated

swilde commented on 2016-09-30 13:54 (UTC)

Once again aura can not be build from aur (using haskell-core), because haskell-regex-pcre-builtin and haskell-wreq are not available, neither on aur, nor on haskell-core.

fosskers commented on 2016-04-09 03:40 (UTC)

Thanks, I'm on it.

swilde commented on 2016-04-08 19:56 (UTC)

servant* has been added to haskell core. Thanks! Unfortunatly still no luck, see my comment at haskell-aur package... Btw. I know about aura-bin, and thats what I'm currently using as a workaround but I'd prefer to build the package from source...

fosskers commented on 2016-03-29 14:35 (UTC)

In the event that aura doesn't build, please use the `aura-bin` package.

fosskers commented on 2016-03-29 14:25 (UTC)

I've requested that `servant` be added to `[haskell-core]`.

swilde commented on 2016-03-29 13:43 (UTC)

The current version (1.3.5) can not be build, as some dependencies (e.g. haskell-servant) are not available, neither from AUR nor from haskell-core. Is it planed to include haskell-servant (and other dependencies) in haskell-core, or will the package remain unbuildable until the arrival of 1.4?

fosskers commented on 2016-03-06 23:24 (UTC)

Please use the `[haskell-core]` repository to get all the deps. Or, install the `aura-bin` package from the AUR. With aura 1.4, installation will be _much_ simpler. Thanks for your patience!

fusion809 commented on 2016-02-01 10:49 (UTC)

Ah, in case no one has noticed this package has a dependency that doesn't exist in the AUR anymore. Anyone plan to fix this?

ectospasm commented on 2016-01-04 13:38 (UTC)

I'm having an issue with installing powerpill using aura. A couple of the packages (python3-xcgf and python3-xcpf) fail because aura fails to recognize the developer's public key (unknown public key): > aura -Ay powerpill ─(2016-01-04)─┘ :: Synchronizing package databases... core is up to date extra is up to date haskell-core is up to date community is up to date aura >>= Determining dependencies... aura >>= AUR Packages: pm2ml powerpill python3-xcgf python3-xcpf aura >>= Continue? [Y/n] aura >>= Building `python3-xcgf`... aura >>= Well, building `python3-xcgf` failed. aura >>= Dumping makepkg output in 3.. 2.. 1.. ==> Making package: python3-xcgf 2016-1 (Mon Jan 4 08:29:10 EST 2016) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading python3-xcgf-2016.tar.xz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 10532 100 10532 0 0 38242 0 --:--:-- --:--:-- --:--:-- 38298 -> Downloading python3-xcgf-2016.tar.xz.sig... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 543 100 543 0 0 1980 0 --:--:-- --:--:-- --:--:-- 1974 ==> Validating source files with md5sums... python3-xcgf-2016.tar.xz ... Passed python3-xcgf-2016.tar.xz.sig ... Passed ==> Validating source files with sha512sums... python3-xcgf-2016.tar.xz ... Passed python3-xcgf-2016.tar.xz.sig ... Passed ==> Verifying source file signatures with gpg... python3-xcgf-2016.tar.xz ... FAILED (unknown public key 1D1F0DC78F173680) ==> ERROR: One or more PGP signatures could not be verified! aura >>= Would you like to continue anyway? [Y/n] With gpg --recv-key I've added key 1D1F0DC78F173680 to root's, my normal user's, and pacman's (pacman-key). I was able to makepkg the PKGBUILD directly from AUR, not using aura, so I think it's a problem with aura. aura-bin suffers the same problem.