summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302018-01-29 13:50:27 +0100
committerM0Rf302018-01-29 13:50:27 +0100
commit7bd693e69e2850283767f0b63e4f23a35b754aeb (patch)
treef893fccea768eac0a757669e08c2352dc700e01b
parent5e3918bcf7c589b602b76f7a9d81f099e7489ba1 (diff)
downloadaur-7bd693e69e2850283767f0b63e4f23a35b754aeb.tar.gz
libindy: added libindy-crypto dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9161110ef97b..d96acf81841c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = libindy
arch = x86_64
license = APACHE
makedepends = rust
+ depends = libindy-crypto
source = https://github.com/hyperledger/indy-sdk/archive/v1.3.0.tar.gz
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 40ad16df8c60..2f5c56435c46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Shared crypto library for Hyperledger Indy components"
arch=(i686 x86_64)
url="https://github.com/hyperledger/indy-crypto"
license=('APACHE')
-depends=('')
+depends=('libindy-crypto')
makedepends=('rust')
source=("https://github.com/hyperledger/indy-sdk/archive/v$pkgver.tar.gz")