community/firejail: disable on aarch64 as it fails to build

upstream bug: https://github.com/netblue30/firejail/issues/1566
This commit is contained in:
Natanael Copa 2017-09-20 08:49:09 +00:00
parent b8a1b52a4e
commit 8819810f3e

View File

@ -5,7 +5,7 @@ pkgver=0.9.50
pkgrel=0
pkgdesc="Linux namespaces and seccomp-bpf sandbox"
url="https://firejail.wordpress.com/"
arch="all"
arch="all !aarch64"
license="GPL2"
depends="bash"
makedepends="linux-headers"