diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-08 10:26:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-08 10:26:55 +0000 |
commit | 2e1514f9ef2cd19794b22de0acb7420ef9cace59 (patch) | |
tree | 6b6e54196ba90b1ffc49b7a7c4498da4d7fd70ec /testing | |
parent | b4a416cd6ca4637adfb68b5704ff1817490a95b1 (diff) | |
download | aports-2e1514f9ef2cd19794b22de0acb7420ef9cace59.tar.bz2 aports-2e1514f9ef2cd19794b22de0acb7420ef9cace59.tar.xz |
testing/badtouch: fix arch setting
cargo is only available for x86_64
Diffstat (limited to 'testing')
-rw-r--r-- | testing/badtouch/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/badtouch/APKBUILD b/testing/badtouch/APKBUILD index 1033ac6357..e611b5fab2 100644 --- a/testing/badtouch/APKBUILD +++ b/testing/badtouch/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.5.1 pkgrel=0 pkgdesc="Scriptable network authentication cracker" url="https://github.com/kpcyrd/badtouch" -arch="all" +arch="x86_64" # limited by cargo license="GPL-3.0" depends="ca-certificates" makedepends="cargo libcap libressl-dev" |