Change depends to java-runtime

This commit is contained in:
NullBite 2023-06-17 19:54:40 -04:00
parent db49380bb9
commit ca6655826a
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
2 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
pkgbase = packwiz-installer pkgbase = packwiz-installer
pkgdesc = An installer for packwiz modpacks. pkgdesc = An installer for packwiz modpacks.
pkgver = 0.5.10 pkgver = 0.5.10
pkgrel = 1 pkgrel = 2
url = https://github.com/packwiz/packwiz-installer url = https://github.com/packwiz/packwiz-installer
arch = any arch = any
license = MIT license = MIT
makedepends = git makedepends = git
makedepends = java-environment-openjdk<=11 makedepends = java-environment-openjdk<=11
depends = java-environment depends = java-runtime
source = packwiz-installer::git+https://github.com/packwiz/packwiz-installer.git#tag=7b6daaf7e552f44888d68dcd8235822dd1c2956e source = packwiz-installer::git+https://github.com/packwiz/packwiz-installer.git#tag=7b6daaf7e552f44888d68dcd8235822dd1c2956e
source = packwiz-installer-bootstrap::git+https://github.com/packwiz/packwiz-installer-bootstrap.git#tag=fc4cd603d04d08c09fcd83cadb9ceedf776831e7 source = packwiz-installer-bootstrap::git+https://github.com/packwiz/packwiz-installer-bootstrap.git#tag=fc4cd603d04d08c09fcd83cadb9ceedf776831e7
source = packwiz-installer.sh source = packwiz-installer.sh

View File

@ -1,12 +1,12 @@
# Maintainer: NullBite <aur.archlinux@nullbite.com> # Maintainer: NullBite <aur.archlinux@nullbite.com>
pkgname=packwiz-installer pkgname=packwiz-installer
pkgver=0.5.10 pkgver=0.5.10
pkgrel=1 pkgrel=2
pkgdesc="An installer for packwiz modpacks." pkgdesc="An installer for packwiz modpacks."
arch=("any") arch=("any")
url="https://github.com/packwiz/packwiz-installer" url="https://github.com/packwiz/packwiz-installer"
license=("MIT") license=("MIT")
depends=('java-environment') depends=('java-runtime')
makedepends=('git' makedepends=('git'
'java-environment-openjdk<=11') 'java-environment-openjdk<=11')
_tag=7b6daaf7e552f44888d68dcd8235822dd1c2956e # git rev-parse v${pkgver} _tag=7b6daaf7e552f44888d68dcd8235822dd1c2956e # git rev-parse v${pkgver}