summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKnut Ahlers2022-04-03 12:13:35 +0200
committerKnut Ahlers2022-04-03 12:13:35 +0200
commita4de44621341709c0bce1eeb9946fd5a6d3b7ef6 (patch)
treecb0bf909335303ec50cc76e96204ac1a0cad2760 /PKGBUILD
parent9f2a53f19e290531f7dc9a90dabafb44c1223af8 (diff)
downloadaur-a4de44621341709c0bce1eeb9946fd5a6d3b7ef6.tar.gz
Patch LICENSE file location
Signed-off-by: Knut Ahlers <knut@ahlers.me>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 836caf1a6915..690c2031b26b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ options=("!strip" "staticlibs")
source=(
"${pkgname}-${pkgver}.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/${pkgver}/ASF-linux-x64.zip"
- "LICENSE-${pkgver}.txt::https://raw.githubusercontent.com/JustArchiNET/ArchiSteamFarm/${pkgver}/LICENSE-2.0.txt"
+ "LICENSE-${pkgver}.txt::https://raw.githubusercontent.com/JustArchiNET/ArchiSteamFarm/${pkgver}/LICENSE.txt"
"ArchiSteamFarm-bin.desktop"
)