summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDuje Mihanović2024-06-16 15:11:14 +0200
committerDuje Mihanović2024-06-16 15:11:14 +0200
commitb60f27b792331dd4dc9eefd87819aacbdb5d3a1c (patch)
tree2ed603293239963732dbac72e7a1e2fcaba2dfb4 /PKGBUILD
parent5e56d9349b6cd7033cc9c077da9e557ccb2f52dd (diff)
downloadaur-b60f27b792331dd4dc9eefd87819aacbdb5d3a1c.tar.gz
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.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b45b7c335949..48a1e9d578b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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")