summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM0Rf302017-10-22 18:19:43 +0200
committerM0Rf302017-10-22 18:19:43 +0200
commit45549806d9628a58c7e95fbbb653af1826e74158 (patch)
tree81160cefcaab09de7c7390ac94f6c86bdfc3bef6 /PKGBUILD
parent42762f0dea3c5027554ec65c343f66fe2d643682 (diff)
downloadaur-45549806d9628a58c7e95fbbb653af1826e74158.tar.gz
hyperledger-fabric: added arm archs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 701aae9c3612..7f6f3b5addc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=hyperledger-${_pkgname}
pkgver=1.0.3
pkgrel=1
pkgdesc="A platform for distributed ledger solutions, underpinned by a modular architecture delivering high degrees of confidentiality, resiliency, flexibility and scalability"
-arch=(x86_64)
+arch=(armv6h armv7h arm i686 x86_64)
url="https://github.com/hyperledger/fabric"
license=('APACHE')
groups=('hyperledger')