summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 710d12c65eaf..8ee831c64969 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,15 @@
# Generated by mksrcinfo v8
-# Fri Oct 13 13:42:35 UTC 2017
+# Sun Oct 22 16:19:36 UTC 2017
pkgbase = hyperledger-fabric
pkgdesc = A platform for distributed ledger solutions, underpinned by a modular architecture delivering high degrees of confidentiality, resiliency, flexibility and scalability
pkgver = 1.0.3
pkgrel = 1
url = https://github.com/hyperledger/fabric
install = hyperledger-fabric.install
+ arch = armv6h
+ arch = armv7h
+ arch = arm
+ arch = i686
arch = x86_64
groups = hyperledger
license = APACHE
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')