diff options
Diffstat (limited to 'testing/yara')
-rw-r--r-- | testing/yara/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/yara/APKBUILD b/testing/yara/APKBUILD index 59151e9363..5a371200bd 100644 --- a/testing/yara/APKBUILD +++ b/testing/yara/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.7.0 pkgrel=2 pkgdesc="The pattern matching swiss knife for malware researchers" url="https://virustotal.github.io/yara/" -arch="all !armhf" # armhf: tests fail +arch="all !armhf !armv7" # armhf: tests fail license="BSD-3-Clause" makedepends="automake file-dev libressl-dev autoconf libtool flex" source="$pkgname-$pkgver.tar.gz::https://github.com/VirusTotal/$pkgname/archive/v$pkgver.tar.gz" |