mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Add .jar file to noextract
Previously, makepkg would automatically extract the .jar file, creating many files which are never used. This has been fixed.
This commit is contained in:
parent
70c2f7ac29
commit
13004a9ac3
1 changed files with 3 additions and 0 deletions
3
PKGBUILD
3
PKGBUILD
|
|
@ -18,6 +18,9 @@ source=(
|
|||
"$_pkgname.sh"
|
||||
"$_pkgname.desktop"
|
||||
)
|
||||
noextract=(
|
||||
"$_pkgname-$_pkgver.jar"
|
||||
)
|
||||
md5sums=('21d378a05c0507237ced5a5c04257b75'
|
||||
'5aca7fc33f121fcf901fef14f784731a'
|
||||
'f8eab098f20681b8db232cc5709713d3'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue