summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLennard Hofmann2024-04-03 14:14:00 +0200
committerLennard Hofmann2024-04-11 16:59:56 +0200
commitd7b0966be3387ac0a850c7d2dc4244cb023eb838 (patch)
tree0f2a42596fd155f912303d4df225e949bfc18c18 /PKGBUILD
parent8653ce35e7524b2273478a6b9ea2de35723d99a7 (diff)
downloadaur-radius2-git.tar.gz
Add missing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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}")