diff options
| author | Shulhan <ms@kilabit.info> | 2023-07-15 16:09:41 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-07-15 16:09:41 +0700 |
| commit | ca511ab58dfa2c369ab80e1b0a5404f74ca872a4 (patch) | |
| tree | 400a84bc98c8ee870ba06cd29dd75c25b493e96f /PKGBUILD | |
| parent | e7e623fc461b34b52265456674deff5bafd26c3c (diff) | |
| download | google-cloud-ops-agent-git-ca511ab58dfa2c369ab80e1b0a5404f74ca872a4.tar.xz | |
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.
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |
