Add missing dependencies

This commit is contained in:
Lennard Hofmann 2024-04-03 14:14:00 +02:00
parent 8653ce35e7
commit d7b0966be3
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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}")