mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
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:
parent
5e56d9349b
commit
b60f27b792
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue