summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302017-07-27 15:38:13 +0200
committerM0Rf302017-07-27 15:38:13 +0200
commit119eeb62d25de599130d3e51f8fcafea61052443 (patch)
tree6cb4512f0d38976f6aa65e568633309391de4b36
parentb4b41f79ad3eef88211d5716edc00a045ccc93d7 (diff)
downloadaur-119eeb62d25de599130d3e51f8fcafea61052443.tar.gz
hyperledger-fabric-chaintool: jdk8-openjdk as dep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8be5f9af4f6..0b9a2052ddfa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Jul 27 13:24:34 UTC 2017
+# Thu Jul 27 13:38:05 UTC 2017
pkgbase = hyperledger-fabric-chaintool
pkgdesc = An utility to assist in various phases of Hyperledger Fabric chaincode development, such as compilation, test, packaging, and deployment
pkgver = 1.0.0
@@ -11,7 +11,7 @@ pkgbase = hyperledger-fabric-chaintool
makedepends = leiningen
depends = go
depends = protobuf
- depends = java-environment
+ depends = jdk8-openjdk
source = https://github.com/hyperledger/fabric-chaintool/archive/v1.0.0.tar.gz
md5sums = fe3978e3dc30c8588ed8fcacea8e4606
diff --git a/PKGBUILD b/PKGBUILD
index 014917c91184..8d50fb6fb44f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=(x86_64)
url="https://github.com/hyperledger/fabric-chaintool"
license=('APACHE')
groups=('hyperledger-fabric')
-depends=('go' 'protobuf' 'java-environment')
+depends=('go' 'protobuf' 'jdk8-openjdk')
makedepends=('leiningen')
source=("https://github.com/hyperledger/fabric-chaintool/archive/v$pkgver.tar.gz")