mirror of
https://github.com/archlinux/aur.git
synced 2026-02-16 14:15:44 +01:00
Update to 4.1.2.0-1
This commit is contained in:
parent
896aa88e68
commit
722f5b2aa4
3 changed files with 13 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = asf
|
||||
pkgdesc = Steam cards farmer.
|
||||
pkgver = 4.1.1.7
|
||||
pkgrel = 3
|
||||
pkgver = 4.1.2.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/JustArchiNET/ArchiSteamFarm
|
||||
install = install
|
||||
changelog = changelog
|
||||
|
|
@ -15,7 +15,7 @@ pkgbase = asf
|
|||
optdepends = asf-ui: standalone web interface for ASF
|
||||
backup = var/lib/asf/config/ASF.json
|
||||
backup = usr/lib/asf/NLog.config
|
||||
source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=4.1.1.7
|
||||
source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=4.1.2.0
|
||||
source = asf.sh
|
||||
source = service
|
||||
source = service.user
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,8 +2,8 @@
|
|||
# Contributor: Lucki
|
||||
|
||||
pkgname="asf"
|
||||
pkgver="4.1.1.7"
|
||||
pkgrel=3
|
||||
pkgver="4.1.2.0"
|
||||
pkgrel=1
|
||||
pkgdesc="Steam cards farmer."
|
||||
arch=('x86_64' 'armv7h' 'aarch64')
|
||||
url="https://github.com/JustArchiNET/ArchiSteamFarm"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
2020-02-03 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
* 4.1.2.0-1:
|
||||
Added MiniProfileBackground item type, which can be used for lootable, transferable and matchable types in the config (#1624).
|
||||
Fixed a rare bug which could result in ASF wrongly interpreting marketable/tradable items (#1622).
|
||||
Latest ASF-ui with new features, improvements and bugfixes.
|
||||
Updated localization provided by our community.
|
||||
Usual amount of other core improvements, optimizations and bugfixes.
|
||||
pkg: revert to generic dotnet dependencies (FS#65128 closed)
|
||||
2020-01-16 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
* 4.1.1.7-2:
|
||||
pkg: explicitly depend on AUR dotnet binaries (FS#65128)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue