aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTechcable2022-07-31 01:38:58 -0700
committerTechcable2022-07-31 01:38:58 -0700
commit51ed3f44f29c15fc21af4fa00f109ba4a017856b (patch)
tree0b265a4ea828ce6b96ede07ce47d4301ff8e671d
parent69ffb2928eb6ef65ce5427ab563dd2a6181c86d9 (diff)
downloadaur-51ed3f44f29c15fc21af4fa00f109ba4a017856b.tar.gz
Download specific LICENSE corresponding to release
Will prevent unexpected checksum mismatches like happened from switch from 2021=>2022
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f849bc5bef1d..77ceb772e317 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ source=(
# It's just a github release
"https://github.com/zachbr/Dis4IRC/releases/download/v${pkgver}/Dis4IRC-${pkgver}.jar"
# License is required for MIT per the official packaging guideliness
- "https://raw.githubusercontent.com/zachbr/Dis4IRC/master/LICENSE.md"
+ "https://raw.githubusercontent.com/zachbr/Dis4IRC/v${pkgver}/LICENSE.md"
# We create a dedcicated dis4irc user
"dis4irc-sysusers.conf"
# I wrote my own systemd file (kind of overkill huh)