summaryrefslogtreecommitdiff
path: root/.SRCINFO
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-08-17 20:33:15 +0700
committerShulhan <ms@kilabit.info>2023-08-17 20:33:15 +0700
commit53931b883d9c778de4d6274bcd7e8b48ad7f563f (patch)
tree5f6ce90d84d317ef805ddb7bad6c0e80c2ccdfe3 /.SRCINFO
parentca511ab58dfa2c369ab80e1b0a5404f74ca872a4 (diff)
downloadgoogle-cloud-ops-agent-git-53931b883d9c778de4d6274bcd7e8b48ad7f563f.tar.xz
all: set the makedepends to use JDK v17
Using java-environment will install JDK v20 which cause the package failed to build with the following error: Unknown Kotlin JVM target: 20 This changes set the java dependency to v17.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO9
1 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 499a68a..51be88d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
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 = 2
+ pkgver = 2.37.0.r5.g5eee229a3
+ pkgrel = 1
url = https://github.com/GoogleCloudPlatform/ops-agent
arch = x86_64
arch = aarch64
license = Apache License 2.0
makedepends = cmake
- makedepends = go
makedepends = git
- makedepends = java-environment
+ makedepends = go
+ makedepends = gradle
+ makedepends = jdk17-openjdk
makedepends = pkg-config
makedepends = rsync
makedepends = unzip