Update to 4.1.2.0-1

This commit is contained in:
Gilrain 2020-02-03 17:09:59 +01:00
parent 896aa88e68
commit 722f5b2aa4
No known key found for this signature in database
GPG key ID: DDA0B85649CD9010
3 changed files with 13 additions and 5 deletions

View file

@ -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

View file

@ -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"

View file

@ -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)