Depend strictly on JDK 21 for building

dkaparis on AUR pointed out that the Gradle version currently used by
Haveno (8.6) does not support being run with anything after 21. Reflect
this in the makedepends.
This commit is contained in:
Duje Mihanović 2024-06-16 15:11:14 +02:00
parent 5e56d9349b
commit b60f27b792
No known key found for this signature in database
GPG key ID: 9A119EB0422D96E1
2 changed files with 4 additions and 4 deletions

View file

@ -1,12 +1,12 @@
pkgbase = haveno-reto
pkgdesc = Decentralised P2P exchange built on Monero and Tor - unofficial Reto network
pkgver = 1.0.7
pkgrel = 1
pkgrel = 2
url = https://github.com/retoaccess1/haveno-reto
install = haveno-reto.install
arch = any
license = AGPL-3.0-or-later
makedepends = java-environment>=21
makedepends = java-environment=21
depends = bash
depends = java-runtime>=21
conflicts = haveno

View file

@ -8,13 +8,13 @@
pkgname="haveno-reto"
pkgver="1.0.7"
pkgrel="1"
pkgrel="2"
pkgdesc="Decentralised P2P exchange built on Monero and Tor - unofficial Reto network"
arch=("any")
url="https://github.com/retoaccess1/${pkgname}"
license=("AGPL-3.0-or-later")
depends=("bash" "java-runtime>=21")
makedepends=("java-environment>=21")
makedepends=("java-environment=21")
conflicts=("haveno")
source=("${pkgname}-v${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz"
"${pkgname}.desktop")