Package Details: aura-git 4.0.0.rc2.r0.g52a05c59-1

Git Clone URL: https://aur.archlinux.org/aura-git.git (read-only, click to copy)
Package Base: aura-git
Description: A package manager for Arch Linux and its AUR
Upstream URL: https://github.com/fosskers/aura
Keywords: aur aura helper manager package
Licenses: GPL3
Conflicts: aura, aura-bin
Provides: aura
Submitter: xotkot
Maintainer: fosskers
Last Packager: fosskers
Votes: 3
Popularity: 0.000000
First Submitted: 2018-07-29 23:20 (UTC)
Last Updated: 2024-07-22 22:15 (UTC)

Dependencies (9)

Required by (1)

Sources (1)

Latest Comments

fosskers commented on 2024-07-17 23:29 (UTC) (edited on 2024-07-17 23:30 (UTC) by fosskers)

@vaurelios: from the Arch Wiki, re: replaces:

An array of obsolete packages that are replaced by the package, e.g. wireshark-qt uses replaces=('wireshark'). When syncing, pacman will immediately replace an installed package upon encountering another package with the matching replaces in the repositories. If providing an alternate version of an already existing package or uploading to the AUR, use the conflicts and provides arrays, which are only evaluated when actually installing the conflicting package.

Since aura-git does not replace any obsolete packages, I will continue to use conflicts.

vaurelios commented on 2024-07-16 22:39 (UTC)

you should use replaces var on PKGBUILD.

yochananmarqos commented on 2020-02-19 00:00 (UTC)

Tip: You can remove the v from the pkgver like this:

git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'

xotkot commented on 2018-09-27 19:50 (UTC) (edited on 2018-09-27 19:52 (UTC) by xotkot)

@Aventura5: On my system, this problem does not occur. This is most likely caused by the reasons listed in https://docs.haskellstack.org/en/stable/install_and_upgrade/#arch-linux

"In order to use stack setup with older versions of GHC or on a 32-bit system, you may need the ncurses5-compat-libs AUR package installed. If this package is not installed, Stack may not be able to install older (< 7.10.3) or 32-bit GHC versions."

atomicwrites commented on 2018-09-21 12:53 (UTC)

Without ncurses5-compat-libs installation fails with Unable to find installation URLs for OS key: linux32-tinfo6.

xotkot commented on 2018-08-28 13:11 (UTC)

@Alad: no, I do not have binary builds for download for this package

Alad commented on 2018-08-28 12:16 (UTC)

Do you provides binaries somewhere to facilitate testing? This needs to download and build 110 libraries so takes a significant time to build.

fosskers commented on 2018-07-30 23:34 (UTC)

Note from the author of Aura: 2.0.0 isn't officially released yet. While still a vast improvement over 1.4.0, there may still be bugs.