mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
Add missing dependencies
This commit is contained in:
parent
8653ce35e7
commit
d7b0966be3
2 changed files with 3 additions and 1 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -8,7 +8,9 @@ pkgbase = radius2-git
|
|||
makedepends = cargo
|
||||
makedepends = git
|
||||
depends = boolector
|
||||
depends = radare2
|
||||
depends = gcc-libs
|
||||
depends = glibc
|
||||
provides = radius2
|
||||
conflicts = radius2
|
||||
source = git+https://github.com/aemmitt-ns/radius
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -7,7 +7,7 @@ pkgdesc='fast binary emulation and symbolic execution framework using radare2'
|
|||
arch=('x86_64')
|
||||
url="https://github.com/aemmitt-ns/$_reponame"
|
||||
license=('MIT')
|
||||
depends=('boolector' 'gcc-libs')
|
||||
depends=('boolector' 'radare2' 'gcc-libs' 'glibc')
|
||||
makedepends=('cargo' 'git')
|
||||
provides=("${pkgname%-git}")
|
||||
conflicts=("${pkgname%-git}")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue