blob: a57d8121beee9f57b539b586475403f8f4f06496 (
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
29
30
31
32
33
|
pkgbase = aursec-git
pkgdesc = Verify AUR package sources against hashes stored in a blockchain.
pkgver = v0.11.r0.15ea0e9
pkgrel = 1
url = https://github.com/clawoflight/
arch = any
license = custom:MPL2
checkdepends = shellcheck
makedepends = pandoc
makedepends = git
depends = firejail
depends = geth
depends = vim
depends = bc
provides = aursec
conflicts = aursec
source = git+https://github.com/clawoflight/aursec.git
validpgpkeys = 871F10477DB3DDED5FC447B226C7E577EF967808
sha256sums = SKIP
pkgname = aursec-git
install = aursec-git.install
optdepends = aursec-tui: to manually inspect the blockchain.
pkgname = aursec-tui-git
pkgdesc = Inspect the aursec blockchain
depends = python
depends = python-requests
depends = python-urwid
depends = aursec
provides = aursec-tui
conflicts = aursec-tui
|