mirror of
https://github.com/archlinux/aur.git
synced 2026-02-03 05:51:25 +01:00
Update to 6.3.0.2-1
This commit is contained in:
parent
0c4d16dc8e
commit
13a2d98fcb
2 changed files with 10 additions and 10 deletions
12
.SRCINFO
12
.SRCINFO
|
|
@ -1,5 +1,5 @@
|
|||
pkgbase = asf
|
||||
pkgver = 6.2.3.1
|
||||
pkgver = 6.3.0.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/JustArchiNET/ArchiSteamFarm
|
||||
install = install
|
||||
|
|
@ -9,15 +9,15 @@ pkgbase = asf
|
|||
arch = aarch64
|
||||
license = Apache-2.0
|
||||
makedepends = git
|
||||
makedepends = dotnet-sdk>=9.0.10
|
||||
makedepends = aspnet-runtime>=9.0.10
|
||||
source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=6.2.3.1?signed
|
||||
makedepends = dotnet-sdk>=10
|
||||
makedepends = aspnet-runtime>=10
|
||||
source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=6.3.0.2?signed
|
||||
source = service.patch
|
||||
source = asf.env
|
||||
source = ASF.json
|
||||
source = NLog.config
|
||||
validpgpkeys = 1268A81616AFDC20C55779ED6B138B4C64555AEA
|
||||
sha256sums = bcadf1fb764e9770c7dffcd585fd5aba7e168a38e36165b1cc03c49e31fa68eb
|
||||
sha256sums = 464a64df30954dd895f100a0a829df55e5977f9b12400ae9a8ab0d8e2bb8aac5
|
||||
sha256sums = 1728ccf7d02974b779ec794df400fec57b9a98869d319bea7f98d6c1ce4a9d3e
|
||||
sha256sums = ec82f54a9b362e2305a775eb1473522636ab724f18d846828410c39344801db4
|
||||
sha256sums = c300c5ce63c0237d7558b5b303159b8e2a8e5323f581cc8435dd2a6f1ead5332
|
||||
|
|
@ -49,7 +49,7 @@ pkgname = asf-plugin-signinwithsteam
|
|||
|
||||
pkgname = asf
|
||||
pkgdesc = Steam cards farmer.
|
||||
depends = aspnet-runtime>=9.0.10
|
||||
depends = aspnet-runtime>=10
|
||||
optdepends = asf-ui: standalone web interface for ASF
|
||||
optdepends = asf-plugin-itemsmatcher
|
||||
optdepends = asf-plugin-mobileauthenticator
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -9,12 +9,12 @@ pkgname=('asf-plugin-steamtokendumper'
|
|||
'asf-plugin-periodicgc'
|
||||
'asf-plugin-signinwithsteam'
|
||||
'asf')
|
||||
pkgver="6.2.3.1"
|
||||
pkgver="6.3.0.2"
|
||||
pkgrel=1
|
||||
arch=('x86_64' 'armv7h' 'aarch64')
|
||||
url="https://github.com/JustArchiNET/ArchiSteamFarm"
|
||||
license=('Apache-2.0')
|
||||
makedepends=('git' 'dotnet-sdk>=9.0.10' 'aspnet-runtime>=9.0.10')
|
||||
makedepends=('git' 'dotnet-sdk>=10' 'aspnet-runtime>=10')
|
||||
changelog=changelog
|
||||
install=install
|
||||
source=("asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=${pkgver}?signed"
|
||||
|
|
@ -23,7 +23,7 @@ source=("asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=${pkgve
|
|||
"ASF.json"
|
||||
"NLog.config")
|
||||
validpgpkeys=('1268A81616AFDC20C55779ED6B138B4C64555AEA')
|
||||
sha256sums=('bcadf1fb764e9770c7dffcd585fd5aba7e168a38e36165b1cc03c49e31fa68eb'
|
||||
sha256sums=('464a64df30954dd895f100a0a829df55e5977f9b12400ae9a8ab0d8e2bb8aac5'
|
||||
'1728ccf7d02974b779ec794df400fec57b9a98869d319bea7f98d6c1ce4a9d3e'
|
||||
'ec82f54a9b362e2305a775eb1473522636ab724f18d846828410c39344801db4'
|
||||
'c300c5ce63c0237d7558b5b303159b8e2a8e5323f581cc8435dd2a6f1ead5332'
|
||||
|
|
@ -111,7 +111,7 @@ package_asf-plugin-signinwithsteam() {
|
|||
|
||||
package_asf() {
|
||||
pkgdesc="Steam cards farmer."
|
||||
depends=('aspnet-runtime>=9.0.10')
|
||||
depends=('aspnet-runtime>=10')
|
||||
optdepends=('asf-ui: standalone web interface for ASF'
|
||||
'asf-plugin-itemsmatcher'
|
||||
'asf-plugin-mobileauthenticator'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue