From 0de5c2713502d5fb544171c76bccfce5e8320bdb Mon Sep 17 00:00:00 2001 From: etmatrix <3065939+etmatrix@users.noreply.github.com> Date: Mon, 1 Nov 2021 15:06:34 +0100 Subject: [PATCH] fix package libnetfilter-queue rename --- root-packages/bettercap/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root-packages/bettercap/build.sh b/root-packages/bettercap/build.sh index 9655402ac..667182518 100644 --- a/root-packages/bettercap/build.sh +++ b/root-packages/bettercap/build.sh @@ -6,7 +6,7 @@ TERMUX_PKG_VERSION=2.32.0 TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://github.com/bettercap/bettercap/archive/v${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SHA256=ea28d4d533776a328a54723a74101d1720016ffe7d434bf1d7ab222adb397ac6 -TERMUX_PKG_DEPENDS="libpcap, libusb, libnetfilter_queue" +TERMUX_PKG_DEPENDS="libpcap, libusb, libnetfilter-queue" # x86_64 seem to depend on libnetfilter_queue TERMUX_PKG_BLACKLISTED_ARCHES="x86_64"