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

joerg-krause commented on 2013-03-12 21:21 (UTC)

Hi fosskers, the package is an IDE from Microchip for developing microcontrollers. Did your build process succeeded? I used makepkg, and it worked for me.

fosskers commented on 2013-03-09 06:26 (UTC)

Hey jkrause. I don't think this is a parsing problem. I'd try and build this myself, but the following in the PKGBUILD has me suspicious: echo "root:x:0:0:root:/root:/bin/bash" > $pkgdir/etc/passwd echo "root:x:0:root" > $pkgdir/etc/group What is this package, exactly?

joerg-krause commented on 2013-03-03 17:01 (UTC)

I have problems updating the package microchip-mplabx-bin from the AUR with aura -Ayu. The author of the packing says there can be problems with aura parsing the PKGBUILD. Here is the error message I get: warning: fakeroot-1.18.4-1 is up to date -- reinstalling warning: fakechroot-2.16-1 is up to date -- reinstalling error: failed to prepare transaction (package architecture is not valid) :: package fakeroot-1.18.4-1-i686 does not have a valid architecture :: package fakechroot-2.16-1-i686 does not have a valid architecture Raw shell command call failed. Any idea? Many thanks!

fosskers commented on 2013-03-03 11:54 (UTC)

1.1.4.2 ------- - Haskell deps have been moved back to `makedepends`. - haskell-http removed as dependency. - API Change: function naming conventions in `Aura/Languages.hs` has been changed. The localisation guide was also updated to reflect this.

fosskers commented on 2013-02-27 10:26 (UTC)

This happened to someone else just recently. All you need to do is rebuild haskell-curl, haskell-json, and haskell-regex-pcre.

<deleted-account> commented on 2013-02-27 06:44 (UTC)

Setup: At least the following dependencies are missing: curl -any, json -any, regex-pcre -any Can someone please tell me what packages I need to install to fix this error?

fosskers commented on 2013-02-24 11:37 (UTC)

1.1.4.1 ------- - Support for the $LANG environment variable. - Aura will now pause before post-build installation if the package database lock exists. This means you can run multiple instances of Aura and avoid crashes.

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

Good, I'm glad that did the trick.

stephanbeta commented on 2013-02-17 13:01 (UTC)

@fosskers: rebuilding those three worked, thanks!

fosskers commented on 2013-02-17 12:17 (UTC)

1.1.4.0 ------- - Serbian translation added. Thank you, Filip Brcic! - Fixed bug that was breaking `aura -Ss`.