summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2017-12-16 15:09:22 +0100
committerGilrain2017-12-16 15:09:22 +0100
commitd2d3736230602546e953ff8dd389629f209c036c (patch)
treef71a644cef51c1bab7df066c58452b6b17b77d61
parent7bc2d3456b6fb0cfc22c936a39d3dd0fcbceb3d4 (diff)
downloadaur-d2d3736230602546e953ff8dd389629f209c036c.tar.gz
Update to 3.0.5.5-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
-rw-r--r--changelog15
3 files changed, 24 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c1fd694eb5f..81d877f6b6f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Nov 21 13:05:22 UTC 2017
+# Sat Dec 16 14:08:25 UTC 2017
pkgbase = asf
pkgdesc = Steam cards farmer.
- pkgver = 3.0.4.7
+ pkgver = 3.0.5.5
pkgrel = 1
url = https://github.com/JustArchi/ArchiSteamFarm
install = asf.install
@@ -11,15 +11,15 @@ pkgbase = asf
license = Apache
makedepends = p7zip
depends = dotnet-sdk-2.0
- noextract = asf-3.0.4.7.zip
+ noextract = asf-3.0.5.5.zip
backup = var/lib/asf/config/ASF.json
- source = asf-3.0.4.7.zip::https://github.com/JustArchi/ArchiSteamFarm/releases/download/3.0.4.7/ASF-generic.zip
+ source = asf-3.0.5.5.zip::https://github.com/JustArchi/ArchiSteamFarm/releases/download/3.0.5.5/ASF-generic.zip
source = asf.sh
source = asf.service
source = asf-user.service
source = asf.sysusers
source = NLog.config
- sha256sums = 28b1a284c981806752a3afcad60185861d03134d07f85b3d848a6f2d4f168ecb
+ sha256sums = cbc77af98ab4323d0c950a98ea76adc5fca6cb97cae8044e8faf5e588f5fe420
sha256sums = 8d76996c1024b80704b25af8a8800ef3f8a8a518d19c2a1e85ba62b58b22cdfd
sha256sums = e63b55f65e1c0c935945bd788f47a77be82e96a409b64660b5a96b9c190964ff
sha256sums = dcaf43586125e07488e338438158097b31ba335fcb238127dfb785a41d223f49
diff --git a/PKGBUILD b/PKGBUILD
index 4e26b4d1eab4..379322522a6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
pkgname="asf"
-pkgver="3.0.4.7"
+pkgver="3.0.5.5"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('any')
@@ -18,13 +18,13 @@ source=("${pkgname}-${pkgver}.zip::https://github.com/JustArchi/ArchiSteamFarm/r
"${pkgname}-user.service"
"${pkgname}.sysusers"
"NLog.config")
-sha256sums=('28b1a284c981806752a3afcad60185861d03134d07f85b3d848a6f2d4f168ecb'
+sha256sums=('cbc77af98ab4323d0c950a98ea76adc5fca6cb97cae8044e8faf5e588f5fe420'
'8d76996c1024b80704b25af8a8800ef3f8a8a518d19c2a1e85ba62b58b22cdfd'
'e63b55f65e1c0c935945bd788f47a77be82e96a409b64660b5a96b9c190964ff'
'dcaf43586125e07488e338438158097b31ba335fcb238127dfb785a41d223f49'
'883373be23f6f49ae597f61c1310d8cd45bce7c3ee1b5d456ffc9fedbe7dd486'
'cd2c704c01217c103f8ad1729920a142f63f686351c6a9557c50a33fb3c723fe')
-noextract=('asf-3.0.4.7.zip')
+noextract=('asf-3.0.5.5.zip')
prepare() {
7z x -o"${srcdir}/asf" ${pkgname}-${pkgver}.zip
@@ -47,6 +47,6 @@ package() {
install -D -m644 "${srcdir}/NLog.config" "${pkgdir}/usr/lib/${pkgname}/NLog.config"
# disable auto-updates and version checks
- sed -i 's/"AutoUpdates": true,/"AutoUpdates": false,/g' "${pkgdir}/var/lib/${pkgname}/config/ASF.json"
sed -i 's/"UpdateChannel": 1/"UpdateChannel": 0/g' "${pkgdir}/var/lib/${pkgname}/config/ASF.json"
+ sed -i 's/"UpdatePeriod": 24/"UpdatePeriod": 0/g' "${pkgdir}/var/lib/${pkgname}/config/ASF.json"
}
diff --git a/changelog b/changelog
index d3194d0ddba2..b364f8690f1b 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,18 @@
+2017-12-16 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 3.0.5.5-1:
+ [!] As initially stated, IPC was rewritten with new API endpoints and updated documentation in preparation for building IPC GUI. You will probably need to slightly modify your existing tools or scripts (ref: #667).
+ Added workaround for Steam offline bug uncovered in V3.0.4.6 release.
+ Added Steam winter sale 2017 to global blacklist (ref: #705).
+ Added UseLoginKeys bot config property.
+ Added IPCPassword global config property.
+ Re-enabled Double Fine Adventure for idling with updated idling code.
+ Fixed out-of-range arguments being always concatenated using , delimiter.
+ Fixed !restart sent via IPC (ref: #700).
+ Fixed CORS in IPC for non-local scripts (ref: #701).
+ Removed mapping of _ character into space in !nickname and !owns commands, since ASF supports out-of-range arguments for a while now.
+ Removed AutoUpdates and added UpdatePeriod global config property.
+ Removed !api command, its functionality is now realized with appropriate API endpoint.
+ Usual amount of code improvements, optimizations and bugfixes.
2017-11-21 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 3.0.4.7-1:
[!] Fixed potential trading notifications loop (ref: #697).