From d7b0966be3387ac0a850c7d2dc4244cb023eb838 Mon Sep 17 00:00:00 2001 From: Lennard Hofmann Date: Wed, 3 Apr 2024 14:14:00 +0200 Subject: [PATCH] Add missing dependencies --- .SRCINFO | 2 ++ PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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}")