summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2022-04-03 10:24:39 +0200
committerGilrain2022-04-03 10:24:39 +0200
commit7aa49cea0dedb519545f549f84712ffad7af3295 (patch)
treea92972ac1c5c96740482cd09c2b108b04fd766ab
parent74edb57460c976d6409fcd91274de1c1406a0125 (diff)
downloadaur-7aa49cea0dedb519545f549f84712ffad7af3295.tar.gz
Update to 5.2.4.2-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--changelog7
3 files changed, 10 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6b7a1fb1102..584e82fe48f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
- pkgver = 5.2.3.7
+ pkgver = 5.2.4.2
pkgrel = 1
url = https://github.com/JustArchiNET/ArchiSteamFarm
install = install
@@ -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=5.2.3.7
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.2.4.2
source = service.patch
source = asf.env
source = ASF.json
diff --git a/PKGBUILD b/PKGBUILD
index a7051085e479..4c1c0b9b59e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Lucki
pkgname="asf"
-pkgver="5.2.3.7"
+pkgver="5.2.4.2"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')
diff --git a/changelog b/changelog
index 5d3e90d7d398..d756ce5f0782 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,10 @@
+2022-03-26 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 5.2.4.2-1:
+ Added KeyboardSkin item type, this resolves unrecognized by ASF item_class_16 error (@Abrynos #2535).
+ Fixed a possibility of ASF API calls changing ASF process language (@JustArchi @Abrynos #2544).
+ Latest ASF-ui with new features, improvements and bugfixes (@MrBurrBurr).
+ Updated localization provided by our community (@JustArchi-ArchiBot).
+ Usual amount of other core improvements, optimizations and bugfixes (@JustArchi).
2022-03-08 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.2.3.7-1:
Fixed missing zh-CN and zh-TW translations, regression from V5.2.3.4 (@JustArchi #2532).