summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-06-24 08:04:05 -0600
committerMark Wagie2020-06-24 08:04:05 -0600
commit3ae8eb6cb0daf2b5070d1de145fc6c7660fce21e (patch)
tree3ac24c7117d8de1c72a3c2c7bd32e289aa9329a9
parent8d457b0f75d852054203a006564d067b4c680aa8 (diff)
downloadaur-3ae8eb6cb0daf2b5070d1de145fc6c7660fce21e.tar.gz
add supported architectures
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b00cc33a48bf..cfac804872b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,14 @@
pkgbase = opensnitch-git
pkgdesc = A GNU/Linux port of the Little Snitch application firewall.
- pkgver = 1.0.0rc9.r21.1aa65b9
+ pkgver = 1.0.0rc11.r0.714aa31
pkgrel = 1
url = https://github.com/gustavo-iniguez-goya/opensnitch
install = opensnitch.install
arch = i686
arch = x86_64
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = GPL3
makedepends = git
makedepends = dep
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')