diff options
Diffstat (limited to 'community/aircrack-ng')
-rw-r--r-- | community/aircrack-ng/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/aircrack-ng/APKBUILD b/community/aircrack-ng/APKBUILD index 880f88d7d4..6c21e7b611 100644 --- a/community/aircrack-ng/APKBUILD +++ b/community/aircrack-ng/APKBUILD @@ -6,7 +6,7 @@ _pkgver=${pkgver/_/-} pkgrel=0 pkgdesc="Key cracker for the 802.11 WEP and WPA-PSK protocols" url="http://www.aircrack-ng.org" -arch="all" +arch="all !s390x" # tests fails on s390x license="GPL-2.0-or-later" depends="ethtool wireless-tools iw sqlite grep pciutils" makedepends="autoconf automake libnl3-dev libpcap-dev libressl-dev libtool |