This commit is contained in:
houbaron 2018-10-04 15:25:35 +08:00
parent 421a6d4696
commit 40a720be34
2 changed files with 4 additions and 4 deletions

View file

@ -1,14 +1,14 @@
pkgbase = archisteamfarm-bin pkgbase = archisteamfarm-bin
pkgdesc = C# application that allows you to farm steam cards using multiple steam accounts simultaneously. pkgdesc = C# application that allows you to farm steam cards using multiple steam accounts simultaneously.
pkgver = 3.4.0.1 pkgver = 3.4.0.1
pkgrel = 1 pkgrel = 2
url = https://github.com/JustArchiNET/ArchiSteamFarm url = https://github.com/JustArchiNET/ArchiSteamFarm
arch = x86_64 arch = x86_64
license = Apache License 2.0 license = Apache License 2.0
makedepends = unzip makedepends = unzip
noextract = ASF-linux-x64.zip noextract = ASF-linux-x64.zip
options = !strip 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 = LICENSE-2.0.txt
source = ArchiSteamFarm-bin.desktop source = ArchiSteamFarm-bin.desktop
md5sums = 1b5706bd5df56ac98b23480b39da7ae2 md5sums = 1b5706bd5df56ac98b23480b39da7ae2

View file

@ -2,7 +2,7 @@
pkgname=archisteamfarm-bin pkgname=archisteamfarm-bin
pkgver=3.4.0.1 pkgver=3.4.0.1
pkgrel=1 pkgrel=2
pkgdesc="C# application that allows you to farm steam cards using multiple steam accounts simultaneously." pkgdesc="C# application that allows you to farm steam cards using multiple steam accounts simultaneously."
arch=('x86_64') arch=('x86_64')
url="https://github.com/JustArchiNET/ArchiSteamFarm" url="https://github.com/JustArchiNET/ArchiSteamFarm"
@ -12,7 +12,7 @@ noextract=('ASF-linux-x64.zip')
options=("!strip") options=("!strip")
source=( 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" "LICENSE-2.0.txt"
"ArchiSteamFarm-bin.desktop" "ArchiSteamFarm-bin.desktop"
) )