summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2022-09-03 17:57:06 +0200
committerGilrain2022-09-03 17:57:06 +0200
commit1681d57e0f6112519434cb9d1bef64d034c6104d (patch)
tree9309171323e28a009f58ffd2f1b6c31136cbb051
parent4b5faf1b739743e15c96e6ed7d11139ad30d85a4 (diff)
downloadaur-1681d57e0f6112519434cb9d1bef64d034c6104d.tar.gz
Update to 5.3.0.3-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--changelog8
3 files changed, 11 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1101d7d2c0a..39ed1eedeb16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
- pkgver = 5.2.8.4
+ pkgver = 5.3.0.3
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.8.4
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.3.0.3
source = service.patch
source = asf.env
source = ASF.json
diff --git a/PKGBUILD b/PKGBUILD
index 9fda39711d77..2b0630dd0c24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Lucki
pkgname="asf"
-pkgver="5.2.8.4"
+pkgver="5.3.0.3"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')
diff --git a/changelog b/changelog
index 3251a5d05711..d7155d005412 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,11 @@
+2022-09-03 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 5.3.0.3-1:
+ ASF's internal HTML parsing module was rebased on top of new major version. This is pretty big update, and while we thoroughly tested this against regressions, please let us know if you find anything unusual not working as expected (@JustArchi).
+ Added workaround against apparently-not-so-rare Steam issue which caused ASF to cache invalid packages data. ASF will now cache Steam packages data for no longer than a week, so removing ASF.db manually should no longer be required in any circumstance (@JustArchi).
+ Enhanced addlicense command to recognize Fail/AlreadyPurchased and Fail/RateLimited (subIDs only for the second). ASF will now skip requests to Steam if it determines that it already owns given apps/packages, which makes it possible to supply a huge "activation list", and activate only what's needed from it, without tripping rate limits on Steam side (@JustArchi).
+ 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-08-06 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.2.8.4-1:
Fixed regression introduced in previous release that rarely could affect HTML parsing on a few pages (@JustArchi).