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 /PKGBUILD | |
| parent | 4da2ad43c90fb0e0ccf6441bc5f4d0be5641bb9a (diff) | |
| download | google-cloud-ops-agent-git-00cc3378d7ac512ea1989f0ce1f8e96a153a6b2a.tar.xz | |
all: add libyaml as dependency of fluent-bit
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ # Maintainer: shulhan <ms@kilabit.info> pkgname=google-cloud-ops-agent-git -pkgver=2.15.0.r12.g7d49d689 +pkgver=2.16.0.r5.ge742da55 pkgrel=1 pkgdesc="Ops Agents that are part of the Google Cloud Operations product suite (specifically Cloud Logging and Cloud Monitoring)" @@ -12,6 +12,7 @@ groups=() depends=( 'java-environment' + 'libyaml' ) makedepends=( 'cmake' |
