summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-02-04 19:32:49 +0100
committerDaniel Peukert2020-02-04 19:32:49 +0100
commitc498eb5c1495aca721b0e0c0d23e9c3bb2a26082 (patch)
tree2a61dc4412c094d902975f078c8211bebd46a566
parent64f1e48d776172b235fd34989fbba4f73a83620b (diff)
downloadaur-c498eb5c1495aca721b0e0c0d23e9c3bb2a26082.tar.gz
Updated arch definitions
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD2
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 423a92c0738f..15a59d26dd49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,12 @@ pkgbase = golang-rsc-2fa
pkgver = 1.1.0
pkgrel = 2
url = https://github.com/rsc/2fa
- arch = any
+ arch = x86_64
+ arch = i686
+ arch = arm
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = BSD
depends = go-pie
depends = golang-github-atotto-clipboard
diff --git a/PKGBUILD b/PKGBUILD
index 84b733abeed4..83f29e2f241c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname="golang-$_author-$_projectname"
pkgver='1.1.0'
pkgrel='2'
pkgdesc='Two-factor authentication on the command line using Go'
-arch=('any')
+arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/$_author/$_projectname"
license=('BSD')
depends=('go-pie' 'golang-github-atotto-clipboard')