mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
fix: switch noextract from sh to jar
This commit is contained in:
parent
6a138ca53a
commit
eb1aae6aa0
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -9,7 +9,7 @@ pkgbase = hmcl-beta-bin
|
|||
depends = hicolor-icon-theme
|
||||
provides = hmcl
|
||||
conflicts = hmcl
|
||||
noextract = hmcl-beta-bin-3.6.14.286-4.sh
|
||||
noextract = hmcl-beta-bin-3.6.14.286-4.jar
|
||||
source = hmcl.desktop
|
||||
source = hmcl-launch-script
|
||||
source = hmcl-beta-bin-3.6.14.286-4.jar::https://github.com/HMCL-dev/HMCL/releases/download/v3.6.14.286/HMCL-3.6.14.286.jar
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -18,7 +18,7 @@ sha256sums=('ef5edb4285293c77162374e15f01f3540c7f511f6d9ab5b7244c4b01eb8512de'
|
|||
'296914106dac2d07c9ce2bc92a91568830534332e9bf7554ea591f22efa357df'
|
||||
'b5646657a1abcbc8963067d7c17fe699b948c47fb27dbc18c512b2e3aa7086f1')
|
||||
|
||||
noextract=("${pkgname}-${pkgver}-${pkgrel}.sh")
|
||||
noextract=("${pkgname}-${pkgver}-${pkgrel}.jar")
|
||||
|
||||
prepare() {
|
||||
# extract icons from jar
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue