summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2021-05-01 15:01:19 +0200
committerGilrain2021-05-01 15:01:19 +0200
commit506a8e4b82277bc23abb01f024cbd4edd27be307 (patch)
tree5c90c7aa933798fd97d2875ca5d7e18e410f292d
parentdcbe7a9c12798ad09d2133226423e4e5dd30baa6 (diff)
downloadaur-506a8e4b82277bc23abb01f024cbd4edd27be307.tar.gz
Update to 5.0.6.3-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--changelog9
3 files changed, 16 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e25eb79057d..93dbd289062e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
- pkgver = 5.0.5.6
+ pkgver = 5.0.6.3
pkgrel = 1
url = https://github.com/JustArchiNET/ArchiSteamFarm
install = install
@@ -10,12 +10,12 @@ pkgbase = asf
arch = aarch64
license = Apache
makedepends = git
- makedepends = dotnet-sdk>=5.0
- depends = aspnet-runtime>=5.0
+ makedepends = dotnet-sdk>=5.0.5
+ depends = aspnet-runtime>=5.0.5
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=5.0.5.6
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.0.6.3
source = service
source = service.user
source = ASF.json
diff --git a/PKGBUILD b/PKGBUILD
index 6107af648743..c65bd8e4b46d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Contributor: Lucki
pkgname="asf"
-pkgver="5.0.5.6"
+pkgver="5.0.6.3"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/JustArchiNET/ArchiSteamFarm"
license=('Apache')
-depends=('aspnet-runtime>=5.0')
+depends=('aspnet-runtime>=5.0.5')
optdepends=('asf-ui: standalone web interface for ASF')
-makedepends=('git' 'dotnet-sdk>=5.0')
+makedepends=('git' 'dotnet-sdk>=5.0.5')
changelog=changelog
backup=('var/lib/asf/config/ASF.json' 'usr/lib/asf/NLog.config')
install=install
diff --git a/changelog b/changelog
index a37bc79989ed..1505827b6a4f 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,12 @@
+2021-05-01 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 5.0.6.3-1:
+ We've added missing localization support for our SteamTokenDumper plugin, it's now consistent with the rest of ASF.
+ Our internal HandleTwoFactorAuthenticationConfirmations() function now allows to retrieve handled confirmations for plugins and API usage. Third-party plugins using ASF 2FA might require a recompilation to accomodate this change.
+ Fixed a very rare possibility of wrong Steam time getting cached for prolonged amount of time (used in ASF 2FA).
+ Misc logging enhancements (#2292, #2293).
+ Latest ASF-ui with new features, improvements and bugfixes.
+ Updated localization provided by our community.
+ Usual amount of other core improvements, optimizations and bugfixes.
2021-04-01 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.0.5.6-1:
Compared to V5.0.5.5, this version includes only a newer version of ASF-ui which had a pretty important regression in the previous build.