diff --git a/.SRCINFO b/.SRCINFO index 01c6bee0bfc3..f469c1b4b733 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 9ad19842261f..44473792a5d6 100644 --- a/PKGBUILD +++ b/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}")