summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2021-12-04 17:39:29 +0100
committerGilrain2021-12-04 17:39:29 +0100
commitd42b2c8e43a9bdebb097e00a5c7a9c2f5db55c9e (patch)
treeceaae8465c17e60307982d6629b732706c0d655a
parenta61c4e24d293b383165b41b50cd7b4082368e41e (diff)
downloadaur-d42b2c8e43a9bdebb097e00a5c7a9c2f5db55c9e.tar.gz
Update to 5.2.0.10-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--changelog3
3 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6983e6aaaa23..677f060189ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
- pkgver = 5.2.0.9
+ pkgver = 5.2.0.10
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.0.9
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.2.0.10
source = service.patch
source = asf.env
source = ASF.json
diff --git a/PKGBUILD b/PKGBUILD
index cc12ff9f0970..83800f1370bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Lucki
pkgname="asf"
-pkgver="5.2.0.9"
+pkgver="5.2.0.10"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')
diff --git a/changelog b/changelog
index 28fc55c94e0b..bde8826885de 100644
--- a/changelog
+++ b/changelog
@@ -1,4 +1,7 @@
2021-12-04 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 5.2.0.10-1:
+ I've reverted the breaking change of refusing to run as root, as apparently a lot of Windows setups are configured like that, and I do not really expect from every second user to override it with a cmdline arg. ASF will still display a warning though (@JustArchi).
+ Fixed ASF silently ignoring invalid --path argument supplied, it'll now exit with an error if told to navigate to invalid directory (@JustArchi).
* 5.2.0.9-1:
[!] ASF V5.2 opens a new major milestone due to significant .NET 6.0 runtime upgrade. .NET runtime upgrade brings a lot of under-the-hood changes, compatibility enhancements, performance improvements, features and bugfixes (@JustArchi @Abrynos #2388).
Breaking: renamed commands bl, ib and iq (with add and rm) to tb, fb and fq, accordingly. This further helps unifying the terms used across ASF (@JustArchi #2368).