In the event that aura doesn't build, please use the `aura-bin` package.
Search Criteria
Package Details: aura 1.3.9-2
| Git Clone URL: | https://aur.archlinux.org/aura.git (read-only) |
|---|---|
| Package Base: | aura |
| Description: | A secure package manager for Arch Linux and the AUR written in Haskell. |
| Upstream URL: | https://github.com/fosskers/aura |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| Submitter: | fosskers |
| Maintainer: | fosskers |
| Last Packager: | fosskers |
| Votes: | 156 |
| Popularity: | 1.228304 |
| First Submitted: | 2012-06-13 09:49 |
| Last Updated: | 2017-05-31 02:55 |
Dependencies (16)
- gmp (gmp-hg)
- pacman (pacman-buildenv_ext-git, pacman-git, pacman-reproducible)
- pcre (pcre-svn)
- ghc (ghc-raspbian-bin) (make)
- haskell-aur>=6.0 (make)
- haskell-mtl (make)
- haskell-parsec (make)
- haskell-regex-base (make)
- haskell-regex-pcre (make)
- haskell-split (make)
- haskell-temporary (make)
- haskell-text (make)
- haskell-transformers (ghc-raspbian-bin, ghc) (make)
- aur-git (optional) – AUR package completions for zsh.
- customizepkg (customizepkg-git, customizepkg-patching, customizepkg-scripting) (optional) – For auto-editing of PKGBUILDs.
- powerpill (optional) – For faster repository downloads.
Required by (1)
Sources (1)
Latest Comments
fosskers commented on 2017-05-31 02:56
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
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
Thanks, I'm on it.
swilde commented on 2016-04-08 19:56
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
In the event that aura doesn't build, please use the `aura-bin` package.
fosskers commented on 2016-03-29 14:25
I've requested that `servant` be added to `[haskell-core]`.
swilde commented on 2016-03-29 13:43
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
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
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
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.