summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2020-06-24 08:04:05 -0600
committerMark Wagie2020-06-24 08:04:05 -0600
commit3ae8eb6cb0daf2b5070d1de145fc6c7660fce21e (patch)
tree3ac24c7117d8de1c72a3c2c7bd32e289aa9329a9 /PKGBUILD
parent8d457b0f75d852054203a006564d067b4c680aa8 (diff)
downloadaur-3ae8eb6cb0daf2b5070d1de145fc6c7660fce21e.tar.gz
add supported architectures
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8fdfbfd3767b..0a4328468fad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
# Contributor: Adam Hose <adis@blad.is>
pkgname=opensnitch-git
-pkgver=1.0.0rc9.r21.1aa65b9
+pkgver=1.0.0rc11.r0.714aa31
pkgrel=1
pkgdesc="A GNU/Linux port of the Little Snitch application firewall."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/gustavo-iniguez-goya/opensnitch"
license=('GPL3')
makedepends=('git' 'dep' 'go' 'python-setuptools' 'python-grpcio-tools')