summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9efecef..b734583 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
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.25.1.r18.g4f5c90bc5
+ pkgver = 2.33.0.r8.g93b07bdd5
pkgrel = 1
url = https://github.com/GoogleCloudPlatform/ops-agent
arch = x86_64
+ arch = aarch64
license = Apache License 2.0
makedepends = cmake
makedepends = go
diff --git a/PKGBUILD b/PKGBUILD
index 693b672..db87d0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: shulhan <ms@kilabit.info>
pkgname=google-cloud-ops-agent-git
-pkgver=2.25.1.r18.g4f5c90bc5
+pkgver=2.33.0.r8.g93b07bdd5
pkgrel=1
pkgdesc="Ops Agents that are part of the Google Cloud Operations product suite (specifically Cloud Logging and Cloud Monitoring)"
-arch=(x86_64)
+arch=('x86_64' 'aarch64')
url='https://github.com/GoogleCloudPlatform/ops-agent'
license=('Apache License 2.0')
groups=()