Package Details: aura-bin 4.0.8-1

Git Clone URL: https://aur.archlinux.org/aura-bin.git (read-only, click to copy)
Package Base: aura-bin
Description: A package manager for Arch Linux and its AUR - Prebuild binary
Upstream URL: https://github.com/fosskers/aura
Keywords: AUR haskell pacman
Licenses: GPL-3.0-or-later
Conflicts: aura, aura-git, aura3-bin
Provides: aura
Submitter: fosskers
Maintainer: fosskers
Last Packager: fosskers
Votes: 179
Popularity: 0.40
First Submitted: 2013-05-12 11:50 (UTC)
Last Updated: 2024-09-29 08:06 (UTC)

Dependencies (12)

Required by (1)

Sources (1)

Pinned Comments

fosskers commented on 2024-08-05 21:27 (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 2 3 4 5 6 7 8 Next › Last »

ajknoll commented on 2016-09-21 01:29 (UTC)

I'm getting the same problem as @joshproehl :(

joshproehl commented on 2016-09-16 18:26 (UTC) (edited on 2016-09-16 18:27 (UTC) by joshproehl)

@fosskers I believe @despairblue may have found the file on the package website (https://aur.archlinux.org/packages/aura-bin/), under sources, where it links to https://bitbucket.org/fosskers/aura/downloads/aura-1.3.6-.tar.gz which returns a 404. (I know because I just fell for the same thing!) Also, aura is still broken for me. Even after `pacman -R aura` and rebuilding from the PKGBUILD cloned from https://aur.archlinux.org/aura-bin.git I am still getting: > aura -Au aura >>= Fetching package information... aura >>= Comparing package versions... aura >>= No AUR package upgrades necessary. aura >>= No valid packages specified. Is this still expected behavior, or is there some further steps that need to be taken to get aura working again?

birdspider commented on 2016-06-24 20:10 (UTC) (edited on 2016-06-24 20:11 (UTC) by birdspider)

So, whats up with aura AUR search - didn't this work at some time ? ~ $ /usr/bin/aura -As "dwarffortress-iron" __aur/dwarffortress-ironhand 0.42.06-1 (2 | 0.27) ____A single-player fantasy game. You control a dwarv.... ~ $ /usr/bin/aura -As dwarffortress ~ $ /usr/bin/aura -As "dwarffortress" ~ $ /usr/bin/aura -As "dwarffortress-" ~ $ /usr/bin/aura -As "dwarffortress-i" __aur/dwarffortress-ironhand 0.42.06-1 (2 | 0.27) ____A single-player fantasy game. You control a dwarv....

despairblue commented on 2016-05-17 07:27 (UTC) (edited on 2016-05-17 07:27 (UTC) by despairblue)

@fosskers sry, the notification for your comment must have slipped through... I think it was in the PKGBUILD, though it seems to have been fixed by now. Thx for your awesome work on this!

fosskers commented on 2016-04-22 16:02 (UTC)

@despairblue where did you come about that link?

despairblue commented on 2016-04-22 08:17 (UTC)

@fosskers https://bitbucket.org/fosskers/aura/downloads/aura-1.3.6-x86_6 does not point to any file.

fosskers commented on 2016-03-29 14:32 (UTC) (edited on 2016-03-29 14:34 (UTC) by fosskers)

It was an issue with the `aur` library that aura uses, which has been fixed now with `1.3.5`. **Details** Internally, all requests were being sent to aur4.archlinux.org. Recently the arch folks did an SSL certificate renewal, and didn't renew the aur4 subdomain. Thus the `aur` haskell library broke, and so did aura.

altercation commented on 2016-03-26 18:47 (UTC)

aura (via this aura-bin package) was failing for me suddenly. I uninstalled the package and reinstalled (via normal git clone of this package repo and makepkg) and it's working working again. I suspect clearning the aura cache might have had a similar effect. Just noting this here for anyone else seeing the same issue.

epidings commented on 2016-03-25 20:24 (UTC)

The new version 1.3.5 won't update my AUR packages: > aura -Au aura >>= Fetching package information... aura >>= Comparing package versions... aura >>= No AUR package upgrades necessary. aura >>= No valid packages specified. The former version 1.3.4 (with the fix from anks) finds several packages in need of an update: > aura -Au aura >>= Fetching package information... aura >>= Comparing package versions... aura >>= AUR Packages to upgrade: atom-editor-bin : 1.5.4-1 => 1.6.0-1 ...