Add java dependency

This commit is contained in:
RealStickman 2022-01-20 15:08:48 +01:00
parent 36fa13cca4
commit 556fb78963
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ pkgbase = tachidesk-jui-bin
url = https://github.com/Suwayomi/Tachidesk-JUI url = https://github.com/Suwayomi/Tachidesk-JUI
arch = x86_64 arch = x86_64
license = MPL2 license = MPL2
depends = jre-openjdk>=17
provides = tachidesk-jui provides = tachidesk-jui
conflicts = tachidesk-jui conflicts = tachidesk-jui
source = https://github.com/Suwayomi/Tachidesk-JUI/releases/download/v1.2.1/tachidesk-jui_1.2.1-1_amd64.deb source = https://github.com/Suwayomi/Tachidesk-JUI/releases/download/v1.2.1/tachidesk-jui_1.2.1-1_amd64.deb

View File

@ -7,6 +7,7 @@ pkgrel=1
arch=('x86_64') arch=('x86_64')
url='https://github.com/Suwayomi/Tachidesk-JUI' url='https://github.com/Suwayomi/Tachidesk-JUI'
license=('MPL2') license=('MPL2')
depends=("jre-openjdk>=17")
provides=("${pkgname%-bin}") provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}") conflicts=("${pkgname%-bin}")
source=("https://github.com/Suwayomi/Tachidesk-JUI/releases/download/v$pkgver/${pkgname%-bin}_${pkgver}-1_amd64.deb") source=("https://github.com/Suwayomi/Tachidesk-JUI/releases/download/v$pkgver/${pkgname%-bin}_${pkgver}-1_amd64.deb")