summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Kojevnikov2015-12-08 19:31:40 +1000
committerAndrey Kojevnikov2015-12-08 19:31:40 +1000
commitc4ead9abadca785242981558f62b4556daa3a141 (patch)
tree15fd6c196c36ff7d575d1945b2579e82ea1c016c
parentd5ce9d81ebb820173d5988cefb8492fd88284498 (diff)
downloadaur-c4ead9abadca785242981558f62b4556daa3a141.tar.gz
+armv6h +armv7h
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d4852bed42d5..543c76b89baf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=etcd
pkgver=2.2.2
pkgrel=1
pkgdesc='A highly-available key value store for shared configuration and service discovery.'
-arch=('x86_64' 'i686')
+arch=('x86_64' 'i686' 'armv6h' 'armv7h')
url='https://github.com/coreos/etcd'
license=('Apache')
makedepends=('go')