mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
fix: cannot stat license file
This commit is contained in:
parent
049296f049
commit
47eb344a9a
2 changed files with 4 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = hmcl-beta-bin
|
||||
pkgdesc = A Minecraft Launcher which is multi-functional, cross-platform and popular.
|
||||
pkgver = 3.6.14.286
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/huanghongxun/HMCL
|
||||
arch = any
|
||||
license = GPL-3.0-or-later
|
||||
|
|
@ -9,10 +9,10 @@ pkgbase = hmcl-beta-bin
|
|||
depends = hicolor-icon-theme
|
||||
provides = hmcl
|
||||
conflicts = hmcl
|
||||
noextract = hmcl-beta-bin-3.6.14.286-1.sh
|
||||
noextract = hmcl-beta-bin-3.6.14.286-2.sh
|
||||
source = hmcl.desktop
|
||||
source = hmcl-launch-script
|
||||
source = hmcl-beta-bin-3.6.14.286-1.jar::https://github.com/HMCL-dev/HMCL/releases/download/v3.6.14.286/HMCL-3.6.14.286.jar
|
||||
source = hmcl-beta-bin-3.6.14.286-2.jar::https://github.com/HMCL-dev/HMCL/releases/download/v3.6.14.286/HMCL-3.6.14.286.jar
|
||||
sha256sums = ef5edb4285293c77162374e15f01f3540c7f511f6d9ab5b7244c4b01eb8512de
|
||||
sha256sums = 296914106dac2d07c9ce2bc92a91568830534332e9bf7554ea591f22efa357df
|
||||
sha256sums = b5646657a1abcbc8963067d7c17fe699b948c47fb27dbc18c512b2e3aa7086f1
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=hmcl-beta-bin
|
||||
pkgver=3.6.14.286
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A Minecraft Launcher which is multi-functional, cross-platform and popular."
|
||||
arch=('any')
|
||||
url="https://github.com/huanghongxun/HMCL"
|
||||
|
|
@ -33,7 +33,6 @@ package() {
|
|||
install -Dm644 "${pkgname}-${pkgver}-${pkgrel}.jar" "${pkgdir}/usr/share/java/${pkgname}/${pkgname}.jar"
|
||||
install -Dm755 "hmcl-launch-script" "${pkgdir}/usr/bin/${pkgname}"
|
||||
install -Dm644 "hmcl.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
|
||||
install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||
|
||||
# install icons
|
||||
local _icon _iconfile
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue