summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM0Rf302017-07-27 14:19:13 +0200
committerM0Rf302017-07-27 14:19:13 +0200
commit246ef0c2210d875743bbbdbcb1db1f0fedbe3aa6 (patch)
treefd896e8c563cccdb23ec6b87854001f643e7f3ef /PKGBUILD
parent2f8b0c44e4f1f49c7569d3a0fb1b5b69c6bce843 (diff)
downloadaur-246ef0c2210d875743bbbdbcb1db1f0fedbe3aa6.tar.gz
hyperledger-fabric: 1.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 713dc25f7ca0..7f7a08625697 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=(x86_64)
url="https://github.com/hyperledger/fabric"
license=('APACHE')
groups=('hyperledger-fabric')
-depends=('go')
+depends=('go' 'docker')
source=("https://github.com/hyperledger/fabric/archive/v$pkgver.tar.gz")
prepare() {