summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db87d0e..ede92d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: shulhan <ms@kilabit.info>
pkgname=google-cloud-ops-agent-git
-pkgver=2.33.0.r8.g93b07bdd5
+pkgver=2.34.0.r34.gfdcfea1a4
pkgrel=1
pkgdesc="Ops Agents that are part of the Google Cloud Operations product suite (specifically Cloud Logging and Cloud Monitoring)"
@@ -32,7 +32,6 @@ backup=()
source=(
"$pkgname::git+https://github.com/GoogleCloudPlatform/ops-agent.git"
- "collectd::git+https://github.com/Stackdriver/collectd.git"
"fluent-bit::git+https://github.com/fluent/fluent-bit.git"
"opentelemetry-operations-collector::git+https://github.com/GoogleCloudPlatform/opentelemetry-operations-collector.git"
"opentelemetry-java-contrib::git+https://github.com/open-telemetry/opentelemetry-java-contrib.git"
@@ -43,7 +42,6 @@ sha256sums=(
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
'a4ec5040542b3b7b33b995f8357fd81dac901975f7d52955b713f8cccc756501'
)
@@ -55,8 +53,6 @@ pkgver() {
prepare() {
cd "${pkgname}"
git -c protocol.file.allow=always submodule init
- git config submodule."submodules/collectd".url \
- "${srcdir}/collectd"
git config submodule."submodules/fluent-bit".url \
"${srcdir}/fluent-bit"
git config submodule."submodules/opentelemetry-operations-collector".url \