aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTechcable2022-01-02 21:16:52 -0700
committerTechcable2022-01-02 21:16:52 -0700
commit576d803cf3d237c59b65b717c708991332059961 (patch)
tree1074c150189a8b69a0a6b33742f248d8126d9d56
parent1e83feb0fae869b87f7c928e658bc9c6642f14d5 (diff)
downloadaur-576d803cf3d237c59b65b717c708991332059961.tar.gz
Do not extract the jar file
Does not warrant a pkgrel bump
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3508293d63d4..ea513092692f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,6 +31,10 @@ source=(
# I wrote my own systemd file (kind of overkill huh)
"dis4irc.service"
)
+noextract=(
+ # Jar is just a zip file, and we do *NOT* want it extracted
+ "Dis4IRC-${pkgver}.jar"
+)
sha256sums=('48edcc18204b4528f23c44cb5cd2008a0dce36103422b619a95492e1a11f7ee6'
'c32266a724ab7bf258627950a7f66563aebef1a0e1aa9ea9296b95cc900a823e'
'd8c07815db79c8e9e6d9dec5fe2bca2fe3d1ed11470f4eb232c0bce7c87e2a4d'