diff options
-rw-r--r-- | community/firejail/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/firejail/APKBUILD b/community/firejail/APKBUILD index 3ed5931491..ae43d4931e 100644 --- a/community/firejail/APKBUILD +++ b/community/firejail/APKBUILD @@ -6,7 +6,7 @@ _pkgver=${pkgver//_/-} pkgrel=0 pkgdesc="Linux namespaces and seccomp-bpf sandbox" url="https://firejail.wordpress.com/" -arch="all !armhf !aarch64" +arch="all" license="GPL2" depends="bash" makedepends="linux-headers" |