Package Details: aura 4.2.0-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: 176
Popularity: 1.61
First Submitted: 2012-06-13 09:49 (UTC)
Last Updated: 2026-01-14 21:46 (UTC)

Dependencies (13)

Required by (6)

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 .. 15 16 17 18 19 20 21 22 23 24 25 .. 40 Next › Last »

dahankzter commented on 2013-05-03 18:30 (UTC)

I am either being daft or something... It is of course the haskell versions that are missing but they are specified in makedepends. Am I missing something here, i thought they would be pulled in automatically.

dahankzter commented on 2013-05-03 18:23 (UTC)

I have so much trouble updating Aura itself all the time... I really like it but it is becoming more and more troublesome. Right now I get: [code] ==> Starting build()... Configuring aura-1.1.6.3... Setup: At least the following dependencies are missing: curl -any, regex-pcre -any ==> ERROR: A failure occurred in build(). Aborting... aura >>= Also, the following weren’t built: dropbox jenkins-ci netcfg spotify error: no targets specified (use -h for help) Raw shell command call failed. [/code] Any idea? And yes curl and pcre is of course installed.

<deleted-account> commented on 2013-04-16 13:40 (UTC)

Thanks for the fast update, fixed!

fosskers commented on 2013-04-16 12:04 (UTC)

Found the problem with "git blame". It's my fault. I'll push the fix right away.

dkasak commented on 2013-04-16 10:42 (UTC)

"git blame <file>" can show you the last commit that modified each of the lines, if that's what you're asking.

fosskers commented on 2013-04-16 09:03 (UTC)

Is there an easy way to find out what the latest changes to a certain file were from git? If there is I could check to see if those changes broke anything.

<deleted-account> commented on 2013-04-15 22:37 (UTC)

Using zsh, any tab completion attempt yields the following error. Looking at the file, I can't pinpoint any syntax error, so not sure what the issue is. _aura:344: parse error near `;;'

fosskers commented on 2013-04-09 21:45 (UTC)

That first error is a pycman problem. Try rebuilding it maybe. For the second, try this: https://wiki.archlinux.org/index.php/Pacman#Q:_I_keep_getting_a_.22failed_to_commit_transaction_.28invalid_or_corrupted_package.29.22_error

archdove commented on 2013-04-09 16:47 (UTC)

warning on aura -A; error on update /usr/lib/python3.3/site-packages/pycman/config.py:125: InvalidSyntax: unable to parse /etc/pacman.conf, unrecognized option: 'LocalFileSigLevel' warnings.warn(InvalidSyntax(f.name, 'unrecognized option', key)) LocalFileSigLevel is set to Optional Installing packages seems to work. Updating packages doesn't work becuase of signature: error: '/home/.packages/teamviewer-8.0.17147-5-x86_64.pkg.tar.xz': invalid or corrupted package (PGP signature)

fosskers commented on 2013-04-07 06:26 (UTC)

1.1.6.1 ------- - Compatable with pacman 4.1 - All pacman-color support removed - `-As` output slightly altered to match pacman. - Bug fixes. Also, remember to upgrade with `-Akua` and not just `-Ayu`! Trust me, it's better.