From ca511ab58dfa2c369ab80e1b0a5404f74ca872a4 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 15 Jul 2023 16:09:41 +0700 Subject: all: set the release version to 2 Since we generate the patch twice, while the git version is the same, the signature will become invalid. Hence, we need to increase the package release. --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6697a83..499a68a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ 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.34.0.r34.gfdcfea1a4 - pkgrel = 1 + pkgrel = 2 url = https://github.com/GoogleCloudPlatform/ops-agent arch = x86_64 arch = aarch64 diff --git a/PKGBUILD b/PKGBUILD index 1895934..0f59610 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=google-cloud-ops-agent-git pkgver=2.34.0.r34.gfdcfea1a4 -pkgrel=1 +pkgrel=2 pkgdesc="Ops Agents that are part of the Google Cloud Operations product suite (specifically Cloud Logging and Cloud Monitoring)" arch=('x86_64' 'aarch64') -- cgit v1.3