mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
replace java-openjfx as optional
M .SRCINFO M PKGBUILD
This commit is contained in:
parent
d27bbf2fc7
commit
f3c73ac8bb
2 changed files with 7 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,20 +1,20 @@
|
|||
pkgbase = hmcl-beta-bin
|
||||
pkgdesc = A Minecraft Launcher which is multi-functional, cross-platform and popular.
|
||||
pkgver = 3.6.11.273
|
||||
pkgrel = 4
|
||||
pkgrel = 5
|
||||
url = https://github.com/huanghongxun/HMCL
|
||||
arch = any
|
||||
license = GPL3
|
||||
depends = java-runtime
|
||||
depends = gtk2
|
||||
depends = java-openjfx
|
||||
optdepends = java-openjfx: Provide JavaFX from system
|
||||
provides = hmcl
|
||||
conflicts = hmcl
|
||||
noextract = hmcl-beta-bin-3.6.11.273-4.sh
|
||||
noextract = hmcl-beta-bin-3.6.11.273-5.sh
|
||||
source = hmcl.desktop
|
||||
source = hmcl.png
|
||||
source = LICENSE::https://raw.githubusercontent.com/HMCL-dev/HMCL/refs/heads/main/LICENSE
|
||||
source = hmcl-beta-bin-3.6.11.273-4.sh::https://github.com/HMCL-dev/HMCL/releases/download/v3.6.11.273/HMCL-3.6.11.273.sh
|
||||
source = hmcl-beta-bin-3.6.11.273-5.sh::https://github.com/HMCL-dev/HMCL/releases/download/v3.6.11.273/HMCL-3.6.11.273.sh
|
||||
sha256sums = ef5edb4285293c77162374e15f01f3540c7f511f6d9ab5b7244c4b01eb8512de
|
||||
sha256sums = 29120471641c51aae3ee84f8bcc16e1e4148c153085f71ccb9680415007f82ad
|
||||
sha256sums = 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986
|
||||
|
|
|
|||
5
PKGBUILD
5
PKGBUILD
|
|
@ -3,12 +3,13 @@
|
|||
|
||||
pkgname=hmcl-beta-bin
|
||||
pkgver=3.6.11.273
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="A Minecraft Launcher which is multi-functional, cross-platform and popular."
|
||||
arch=('any')
|
||||
url="https://github.com/huanghongxun/HMCL"
|
||||
license=('GPL3')
|
||||
depends=('java-runtime' 'gtk2' 'java-openjfx')
|
||||
depends=('java-runtime' 'gtk2')
|
||||
optdepends=('java-openjfx: Provide JavaFX from system')
|
||||
provides=('hmcl')
|
||||
conflicts=('hmcl')
|
||||
source=("hmcl.desktop"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue