Patch LICENSE file location

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2022-04-03 12:13:35 +02:00
parent 9f2a53f19e
commit a4de446213
Signed by: luzifer
GPG Key ID: 0066F03ED215AD7D

View File

@ -15,7 +15,7 @@ options=("!strip" "staticlibs")
source=( source=(
"${pkgname}-${pkgver}.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/${pkgver}/ASF-linux-x64.zip" "${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" "ArchiSteamFarm-bin.desktop"
) )