mirror of
https://github.com/luzifer-aur/archisteamfarm-bin.git
synced 2024-11-09 15:39:59 +00:00
archisteamfarm-bin v6.0.2.6
This commit is contained in:
parent
9dc0b7f4d1
commit
ebe18ab5db
2 changed files with 8 additions and 7 deletions
7
.SRCINFO
7
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
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 = 6.0.1.24
|
pkgver = 6.0.2.6
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/JustArchiNET/ArchiSteamFarm
|
url = https://github.com/JustArchiNET/ArchiSteamFarm
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -10,11 +10,12 @@ pkgbase = archisteamfarm-bin
|
||||||
makedepends = jq
|
makedepends = jq
|
||||||
depends = dotnet-runtime
|
depends = dotnet-runtime
|
||||||
noextract = ASF-linux-x64.zip
|
noextract = ASF-linux-x64.zip
|
||||||
|
options = !debug
|
||||||
options = !strip
|
options = !strip
|
||||||
options = staticlibs
|
options = staticlibs
|
||||||
source = archisteamfarm-bin-6.0.1.24.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/6.0.1.24/ASF-linux-x64.zip
|
source = archisteamfarm-bin-6.0.2.6.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/6.0.2.6/ASF-linux-x64.zip
|
||||||
source = ArchiSteamFarm-bin.desktop
|
source = ArchiSteamFarm-bin.desktop
|
||||||
sha512sums = 76832ee156a6fb895d64dd1ae7b1dace6413e1acf208c54ed3a7a0dde301a6a91b36aef89508220f27fe7a03bee07525ef08eaed00c44ccfda4608bd020632e4
|
sha512sums = b2bb9d400f8978c1151cf9c4f76da9bf9248a32a8a343f3f7f2c86821b52b471657f4c7fdb06575b649acf3caee2b1e5c33949acf9c3fec9f4631d130ca119b5
|
||||||
sha512sums = 32aaead4aacc02c9c60afef74e04cb3a30afc4d76f5e6836a05e672344c7db66cf099849cb2bc9a04454a026f99c9f60d3d7186f4a496d4626fe1a3d40d4ecf6
|
sha512sums = 32aaead4aacc02c9c60afef74e04cb3a30afc4d76f5e6836a05e672344c7db66cf099849cb2bc9a04454a026f99c9f60d3d7186f4a496d4626fe1a3d40d4ecf6
|
||||||
|
|
||||||
pkgname = archisteamfarm-bin
|
pkgname = archisteamfarm-bin
|
||||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -2,8 +2,8 @@
|
||||||
# Contributor: Baron Hou <houbaron@gmail.com>
|
# Contributor: Baron Hou <houbaron@gmail.com>
|
||||||
|
|
||||||
pkgname=archisteamfarm-bin
|
pkgname=archisteamfarm-bin
|
||||||
pkgver=6.0.1.24
|
pkgver=6.0.2.6
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
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"
|
||||||
|
@ -18,8 +18,8 @@ source=(
|
||||||
"ArchiSteamFarm-bin.desktop"
|
"ArchiSteamFarm-bin.desktop"
|
||||||
)
|
)
|
||||||
|
|
||||||
sha512sums=('76832ee156a6fb895d64dd1ae7b1dace6413e1acf208c54ed3a7a0dde301a6a91b36aef89508220f27fe7a03bee07525ef08eaed00c44ccfda4608bd020632e4'
|
sha512sums=('b2bb9d400f8978c1151cf9c4f76da9bf9248a32a8a343f3f7f2c86821b52b471657f4c7fdb06575b649acf3caee2b1e5c33949acf9c3fec9f4631d130ca119b5'
|
||||||
'32aaead4aacc02c9c60afef74e04cb3a30afc4d76f5e6836a05e672344c7db66cf099849cb2bc9a04454a026f99c9f60d3d7186f4a496d4626fe1a3d40d4ecf6')
|
'32aaead4aacc02c9c60afef74e04cb3a30afc4d76f5e6836a05e672344c7db66cf099849cb2bc9a04454a026f99c9f60d3d7186f4a496d4626fe1a3d40d4ecf6')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
unzip "${pkgname}-${pkgver}.zip" -d "ASF"
|
unzip "${pkgname}-${pkgver}.zip" -d "ASF"
|
||||||
|
|
Loading…
Reference in a new issue