Change makedepends to java-environment<=11

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

View File

@ -1,12 +1,12 @@
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 = 2 pkgrel = 3
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<=11
depends = java-runtime 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

View File

@ -1,14 +1,14 @@
# 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=2 pkgrel=3
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-runtime') depends=('java-runtime')
makedepends=('git' makedepends=('git'
'java-environment-openjdk<=11') 'java-environment<=11')
_tag=7b6daaf7e552f44888d68dcd8235822dd1c2956e # git rev-parse v${pkgver} _tag=7b6daaf7e552f44888d68dcd8235822dd1c2956e # git rev-parse v${pkgver}
_tag_bootstrap=fc4cd603d04d08c09fcd83cadb9ceedf776831e7 _tag_bootstrap=fc4cd603d04d08c09fcd83cadb9ceedf776831e7
source=("$pkgname::git+https://github.com/packwiz/$pkgname.git#tag=$_tag" source=("$pkgname::git+https://github.com/packwiz/$pkgname.git#tag=$_tag"