diff options
| author | Shulhan <ms@kilabit.info> | 2022-05-23 18:30:49 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-05-23 18:30:49 +0700 |
| commit | 00cc3378d7ac512ea1989f0ce1f8e96a153a6b2a (patch) | |
| tree | f1217d1bf565a66f0f12a3a7d376ec561f4ea53f /.SRCINFO | |
| parent | 4da2ad43c90fb0e0ccf6441bc5f4d0be5641bb9a (diff) | |
| download | google-cloud-ops-agent-git-00cc3378d7ac512ea1989f0ce1f8e96a153a6b2a.tar.xz | |
all: add libyaml as dependency of fluent-bit
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.15.0.r12.g7d49d689 + pkgver = 2.16.0.r5.ge742da55 pkgrel = 1 url = https://github.com/GoogleCloudPlatform/ops-agent arch = x86_64 @@ -10,6 +10,7 @@ pkgbase = google-cloud-ops-agent-git makedepends = git makedepends = pkg-config depends = java-environment + depends = libyaml provides = google-cloud-ops-agent conflicts = stackdriver-collectd source = google-cloud-ops-agent-git::git+https://github.com/GoogleCloudPlatform/ops-agent.git |
