diff --git a/community/aircrack-ng/APKBUILD b/community/aircrack-ng/APKBUILD index 6a1eac821e98b89fad76a9505ac3162f9fe4f9af..3ae1a634d7e9889a4749ed4bf4dc65012ea724ca 100644 --- a/community/aircrack-ng/APKBUILD +++ b/community/aircrack-ng/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Key cracker for the 802.11 WEP and WPA-PSK protocols" url="http://www.aircrack-ng.org" arch="all !s390x" # tests fails on s390x license="GPL-2.0-or-later" -depends="ethtool wireless-tools iw sqlite grep pciutils" +depends="ethtool wireless-tools iw sqlite grep" makedepends="autoconf automake libnl3-dev libpcap-dev openssl-dev libtool linux-headers pcre-dev python3-dev sqlite-dev zlib-dev" checkdepends="coreutils"