From 40a720be34696a70f3a5193a39dbec13add95f72 Mon Sep 17 00:00:00 2001 From: houbaron Date: Thu, 4 Oct 2018 15:25:35 +0800 Subject: [PATCH] typo --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index ecf4e49..cfc6343 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,14 +1,14 @@ pkgbase = archisteamfarm-bin pkgdesc = C# application that allows you to farm steam cards using multiple steam accounts simultaneously. pkgver = 3.4.0.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/JustArchiNET/ArchiSteamFarm arch = x86_64 license = Apache License 2.0 makedepends = unzip noextract = ASF-linux-x64.zip options = !strip - source = https://github.com/JustArchiNET/ArchiSteamFarm/releases/download//ASF-linux-x64.zip + source = https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/3.4.0.1/ASF-linux-x64.zip source = LICENSE-2.0.txt source = ArchiSteamFarm-bin.desktop md5sums = 1b5706bd5df56ac98b23480b39da7ae2 diff --git a/PKGBUILD b/PKGBUILD index c1cc3ce..a64006f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=archisteamfarm-bin pkgver=3.4.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="C# application that allows you to farm steam cards using multiple steam accounts simultaneously." arch=('x86_64') url="https://github.com/JustArchiNET/ArchiSteamFarm" @@ -12,7 +12,7 @@ noextract=('ASF-linux-x64.zip') options=("!strip") source=( - "https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/${pkgvar}/ASF-linux-x64.zip" + "https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/${pkgver}/ASF-linux-x64.zip" "LICENSE-2.0.txt" "ArchiSteamFarm-bin.desktop" )