summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennard Hofmann2024-04-03 14:14:00 +0200
committerLennard Hofmann2024-04-11 16:59:56 +0200
commitd7b0966be3387ac0a850c7d2dc4244cb023eb838 (patch)
tree0f2a42596fd155f912303d4df225e949bfc18c18
parent8653ce35e7524b2273478a6b9ea2de35723d99a7 (diff)
downloadaur-d7b0966be3387ac0a850c7d2dc4244cb023eb838.tar.gz
Add missing dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
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}")