summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKimiblock Moe2024-04-24 22:56:06 +0800
committerKimiblock Moe2024-04-24 22:56:06 +0800
commit363779febee00ea86618a62f95e6b22c3a8df8b9 (patch)
tree52a2d3753b01bf250b4026f62c8a47d18c6809de
parent1f720a069fbecbb28e894a59ec30b1a14cb9fd93 (diff)
downloadaur-363779febee00ea86618a62f95e6b22c3a8df8b9.tar.gz
Fix deps
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9620c749368..9611a0f6a23e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://github.com/springzfx/cgproxy"
license=('GPL-2.0-or-later')
makedepends=('cmake' 'nlohmann-json' 'clang' 'bpf' 'libbpf')
-depends=('libbpf' 'iproute2' 'which')
+depends=("libbpf" "iproute2" "which" "nftables" "iptables-nft" "bash" "glibc" "gcc-libs")
provides=('cgproxy')
conflicts=('cgproxy')