From 13004a9ac35b0b95bacb3c8da179c0ba762d11be Mon Sep 17 00:00:00 2001 From: Thyrum Date: Mon, 31 May 2021 16:07:15 +0200 Subject: [PATCH] Add .jar file to noextract Previously, makepkg would automatically extract the .jar file, creating many files which are never used. This has been fixed. --- PKGBUILD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PKGBUILD b/PKGBUILD index 6a919e46f7188..6122633703407 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -18,6 +18,9 @@ source=( "$_pkgname.sh" "$_pkgname.desktop" ) +noextract=( + "$_pkgname-$_pkgver.jar" +) md5sums=('21d378a05c0507237ced5a5c04257b75' '5aca7fc33f121fcf901fef14f784731a' 'f8eab098f20681b8db232cc5709713d3'