summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShulhan2023-07-15 16:09:41 +0700
committerShulhan2023-07-15 16:09:41 +0700
commitca511ab58dfa2c369ab80e1b0a5404f74ca872a4 (patch)
tree400a84bc98c8ee870ba06cd29dd75c25b493e96f
parente7e623fc461b34b52265456674deff5bafd26c3c (diff)
downloadaur-ca511ab58dfa2c369ab80e1b0a5404f74ca872a4.tar.gz
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.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6697a831d2ed..499a68aa3a5c 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 1895934aab3f..0f59610e66f3 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')