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.57
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 .. 23 24 25 26 27 28 29 30 31 32 33 .. 40 Next › Last »

nihilnovi commented on 2013-01-08 12:04 (UTC)

"You do not need to list packages that your software depends on if other packages your software depends on already have those packages listed in their dependency. For instance, gtk2 depends on glib2 and glibc. However, glibc does not need to be listed as a dependency for gtk2 because it is a dependency for glib2." - Arch wiki ghc depend: gmp haskell-mtl depend: ghc .... And ghc gmp and haskell-* are makedepends not depends - this is compilator!.

fosskers commented on 2013-01-08 01:45 (UTC)

Seems to be a relic of when I first made the PKGBUILD via cabal2arch.

demize commented on 2013-01-07 23:14 (UTC)

Why the "_hkgname=aura"?

fosskers commented on 2013-01-07 12:09 (UTC)

> Aura seems very good so far. I guess it will replace yaourt here. Music to my ears.

<deleted-account> commented on 2013-01-07 11:57 (UTC)

Thanks for the quick reply and solution of the problem. Aura seems very good so far. I guess it will replace yaourt here.

fosskers commented on 2013-01-07 11:39 (UTC)

Just put out 1.1.0.0-3. Should be fixed.

mrbit commented on 2013-01-07 11:30 (UTC)

md5sums problem ...

fosskers commented on 2013-01-07 11:19 (UTC)

Should be fixed, thanks guys.

gotheric commented on 2013-01-07 10:51 (UTC)

About the error "install: cannot stat 'bashcompletion.sh': No such file or directory" I solved it by modifying lines 28 and 32 of PKGBUILD From: install -m 644 bashcompletion.sh "$pkgdir/usr/share/bash-completion/completions/aura" To: install -m 644 completions/bashcompletion.sh "$pkgdir/usr/share/bash-completion/completions/aura" And From: install -m 644 _aura "$pkgdir/usr/share/zsh/site-functions/_aura" To: install -m 644 completions/_aura "$pkgdir/usr/share/zsh/site-functions/_aura"

walkindude commented on 2013-01-07 10:47 (UTC)

working, but md5sum..