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 .. 6 7 8 9 10 11 12 13 14 15 16 .. 40 Next › Last »

fosskers commented on 2014-07-22 17:43 (UTC)

My mistake :) Fixed now.

vendion commented on 2014-07-22 03:11 (UTC)

Yeah I was thrown off because of that as well: aura >>= Fetching package information... aura >>= Aura update available. Update it first? [Y/n] y aura >>= `aura` PKGBUILD is up to date. aura >>= Determining dependencies... aura >>= AUR Packages: aura aura >>= Continue? [Y/n] y aura >>= Building `aura`... aura >>= Well, building `aura` failed. aura >>= Dumping makepkg output in 3.. 2.. 1.. ==> Making package: aura 1.3.0.0-1 (Mon Jul 21 23:06:53 EDT 2014) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading aura-1.3.0.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 98060 100 98060 0 0 157k 0 --:--:-- --:--:-- --:--:-- 1124k ==> Validating source files with md5sums... aura-1.3.0.0.tar.gz ... Passed ==> Extracting sources... -> Extracting aura-1.3.0.0.tar.gz with bsdtar ==> Starting build()... Setup: At least the following dependencies are missing: aur -any ==> ERROR: A failure occurred in build(). Aborting... Configuring aura-1.3.0.0...

semi225599 commented on 2014-07-21 22:36 (UTC)

Setup: At least the following dependencies are missing: aur -any Shouldn't this depend on haskell-aur-git or something similar?

fosskers commented on 2014-07-21 18:54 (UTC)

@trusktr: 1. Yup, that can easily be included as an Arch Linux hook. 2. Can do, as a hook. Might be good to bring these points up here: https://github.com/aurapm/aura/issues/217

trusktr commented on 2014-07-21 18:37 (UTC)

Hi fosskers, If you could please make these two features take a prime seat in Aura 2, it'd be much appreciated: 1. Ability to edit all files in the tarball. 2. Keep build folders intact so when rebuilding a package that failed we don't have to wait another 2 hours to compile just to see if we have the same error or not. Add a -Ac (c for clean) option to delete build folders (or similar). If the build folder for a package already exists, ask the user if he wishes to start from scratch or use the existing files (e.g. the PKGBUILD might have been modified and the user might like to keep using it). These can be command line options. For example, --use-previous-build would make Aura use the stuff in the build folder, and without it aura will start over as normal. Interactive could be nice too. Either way.

fosskers commented on 2014-07-21 18:30 (UTC)

1.3.0.0 ------- - Last major version of Aura 1! We have entered the design phase for Aura 2, the implementation of which will transform Aura into a multi-distro package management platform. - Aura 1 itself has entered "legacy" mode. The only releases to be made on Aura 1 after this will be of `1.3.0.x`. You'll likely never see `1.3.1.x`. - Befitting a major release, we have: - New AUR interaction layer via the `aur` package. This fixes nasty "AUR lookup failed" errors. - `http-conduit` dropped for `wreq`, which is much easier to use. - Better version number parsing/comparison on installation/upgrading. - Package state backups have had their format changed. This BREAKS _all_ previously saved states. Please delete your old ones! - Implemented extended `--needed` functionality for the AUR side of Aura. AUR packages won't build if they're already installed. - Indonesian translations! - Other updated translations.

fosskers commented on 2014-05-15 19:23 (UTC)

Thanks, I've flagged the offending package as out-of-date.

thatch45 commented on 2014-05-15 19:03 (UTC)

I have been unable to install this because the dep haskell-blaze-builder seems to be broken.