From a4de44621341709c0bce1eeb9946fd5a6d3b7ef6 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sun, 3 Apr 2022 12:13:35 +0200 Subject: [PATCH] Patch LICENSE file location Signed-off-by: Knut Ahlers --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 836caf1..690c203 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" )