summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM0Rf302018-01-29 17:59:20 +0100
committerM0Rf302018-01-29 17:59:20 +0100
commit065d91a7911373b1a355db7e85df261569960c5e (patch)
tree1055310e31f4e9760609c9763b08776b5a3488cf /PKGBUILD
parent0083b711be25bf0350e2ae19e3be550a010664c5 (diff)
downloadaur-065d91a7911373b1a355db7e85df261569960c5e.tar.gz
hyperledger-indy-node: now indy cli works
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05cd2f1a8be5..9b5d35d1fdbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=(i686 x86_64)
url="https://github.com/hyperledger/${_pkgname}"
license=('APACHE')
groups=('hyperledger')
-depends=('python-dateutil' 'hyperledger-indy-anoncreds' 'hyperledger-indy-plenum' 'python-timeout-decorator')
+depends=('python-charm-crypto-git' 'python-dateutil' 'hyperledger-indy-anoncreds' 'hyperledger-indy-plenum' 'python-timeout-decorator')
makedepends=('python')
source=("https://github.com/hyperledger/${_pkgname}/archive/$pkgver-master.tar.gz")