summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-02-04 19:30:45 +0100
committerDaniel Peukert2020-02-04 19:30:45 +0100
commitb17e0d3e181d39a1b6864fdb2430dc1c92623e9c (patch)
treec34b1c16cb45ea6d0a2e202da6c2da407e7db077
parent1c9a20ff6fc7df0216d28e1e647a284effe46118 (diff)
downloadaur-b17e0d3e181d39a1b6864fdb2430dc1c92623e9c.tar.gz
Updated arch definitions
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d7883038419..bd09e2a03ab3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,11 @@ pkgbase = certspotter
pkgrel = 6
url = https://github.com/SSLMate/certspotter
arch = x86_64
+ arch = i686
+ arch = arm
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = MPL2
makedepends = go-pie>=1.5
makedepends = golang-github-mreiferson-go-httpclient
diff --git a/PKGBUILD b/PKGBUILD
index c43f962acded..a11ddeb978b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname='certspotter'
pkgver='0.9'
pkgrel='6'
pkgdesc='Certificate Transparency Log Monitor'
-arch=('x86_64')
+arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/SSLMate/$pkgname"
license=('MPL2')
makedepends=('go-pie>=1.5' 'golang-github-mreiferson-go-httpclient' 'golang-golang-x-net')