blob: 19af6dc2436af66a65dd1a608ae3e0f97b144147 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
pkgbase = aura
pkgdesc = A package manager for Arch Linux and its AUR
pkgver = 4.0.8
pkgrel = 1
url = https://github.com/fosskers/aura
arch = x86_64
license = GPL-3.0-or-later
makedepends = cargo
depends = git
depends = curl
depends = openssl
depends = gcc-libs
depends = glibc
optdepends = bash-completion: for bash completions
optdepends = bat: more featureful file viewing
optdepends = fd: faster filesystem traversal
optdepends = graphviz: dependency graph generation
optdepends = ripgrep: faster log searches
optdepends = shellcheck: PKGBUILD scanning
optdepends = xdg-utils: for xdg-open
conflicts = aura-bin
conflicts = aura-git
conflicts = aura3-bin
options = strip
source = aura-4.0.8.tar.gz::https://github.com/fosskers/aura/archive/refs/tags/v4.0.8.tar.gz
sha256sums = 04d1919ad6a89b13ea618827af6678f298c70447ffa6d3f55635c231123b75ca
pkgname = aura
|