summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShulhan2023-05-31 00:18:25 +0700
committerShulhan2023-05-31 00:18:25 +0700
commita33fafd9f5f4cf7861633f02c0e0bfaf6b6570ee (patch)
treebd7faa0580be764ebe19188ca3c785127cb0ea89
parent8aba416293d9dfe1c1f1a20634d4d7332d278c5e (diff)
downloadaur-a33fafd9f5f4cf7861633f02c0e0bfaf6b6570ee.tar.gz
all: support ARMv8 architecture
This architecture tested by other Arch user [1]. [1] https://aur.archlinux.org/packages/google-cloud-ops-agent-git#comment-916934
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9efecef73e14..b734583a98c5 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 693b672b4d1a..db87d0ea77d2 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=()