summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302017-07-27 14:21:15 +0200
committerM0Rf302017-07-27 14:21:15 +0200
commite2f65009ecff433911f15883fdc6f3bb9a1c90e2 (patch)
tree417b8eec8a81a799ae41a76a52e9dc01c91f9b79
parent246ef0c2210d875743bbbdbcb1db1f0fedbe3aa6 (diff)
downloadaur-e2f65009ecff433911f15883fdc6f3bb9a1c90e2.tar.gz
hyperledger-fabric: 1.0.0
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fe3717cd93c..fafe876c47a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Jul 27 12:19:08 UTC 2017
+# Thu Jul 27 12:21:00 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.0
@@ -8,6 +8,7 @@ pkgbase = hyperledger-fabric
arch = x86_64
groups = hyperledger-fabric
license = APACHE
+ makedepends = git
depends = go
depends = docker
source = https://github.com/hyperledger/fabric/archive/v1.0.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 7f7a08625697..4ce306c997a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ url="https://github.com/hyperledger/fabric"
license=('APACHE')
groups=('hyperledger-fabric')
depends=('go' 'docker')
+makedepends=('git')
source=("https://github.com/hyperledger/fabric/archive/v$pkgver.tar.gz")
prepare() {