diff options
| author | Shulhan <ms@kilabit.info> | 2022-05-12 18:48:35 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-05-12 18:48:35 +0700 |
| commit | e7d48f653155a6b0abc0a8a6ca75aacd762185ef (patch) | |
| tree | d4145ec176b69f4884483ca6866319d9fac186b7 /.SRCINFO | |
| parent | 780e7477cce6cfe4ed84b69dfffee830ed0dfd0b (diff) | |
| download | google-cloud-ops-agent-git-e7d48f653155a6b0abc0a8a6ca75aacd762185ef.tar.xz | |
all: add 'java-environment' as dependencies
Diffstat (limited to '.SRCINFO')
| -rw-r--r-- | .SRCINFO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ pkgbase = google-cloud-ops-agent-git pkgdesc = Ops Agents that are part of the Google Cloud Operations product suite (specifically Cloud Logging and Cloud Monitoring) - pkgver = 2.13.0.r3.gec157cd8 + pkgver = 2.15.0.r12.g7d49d689 pkgrel = 1 url = https://github.com/GoogleCloudPlatform/ops-agent arch = x86_64 @@ -9,6 +9,7 @@ pkgbase = google-cloud-ops-agent-git makedepends = go makedepends = git makedepends = pkg-config + depends = java-environment provides = google-cloud-ops-agent conflicts = stackdriver-collectd source = google-cloud-ops-agent-git::git+https://github.com/GoogleCloudPlatform/ops-agent.git |
