summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302017-10-22 18:19:43 +0200
committerM0Rf302017-10-22 18:19:43 +0200
commit45549806d9628a58c7e95fbbb653af1826e74158 (patch)
tree81160cefcaab09de7c7390ac94f6c86bdfc3bef6
parent42762f0dea3c5027554ec65c343f66fe2d643682 (diff)
downloadaur-45549806d9628a58c7e95fbbb653af1826e74158.tar.gz
hyperledger-fabric: added arm archs
-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')