summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2020-01-03 20:49:20 +0100
committerGilrain2020-01-03 20:49:20 +0100
commit859a449463e829a68f045ef2a5878cef5b99d66a (patch)
tree2d7b622ca6d7c05e505a8a2cc2f0d84848f90914
parentf49e10965852610061c181d38e1c15d2795c06a9 (diff)
downloadaur-859a449463e829a68f045ef2a5878cef5b99d66a.tar.gz
Update to 4.1.1.7-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 f5f0cc4ccb5f..21f2527354b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
- pkgver = 4.1.1.4
- pkgrel = 2
+ pkgver = 4.1.1.7
+ pkgrel = 1
url = https://github.com/JustArchiNET/ArchiSteamFarm
install = install
changelog = changelog
@@ -12,10 +12,10 @@ pkgbase = asf
makedepends = git
makedepends = dotnet-sdk>=3.1
depends = aspnet-runtime>=3.1
- optdepends = asf-ui
+ 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=4.1.1.4
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=4.1.1.7
source = asf.sh
source = service
source = service.user
diff --git a/PKGBUILD b/PKGBUILD
index ffe01c76c566..8c3a2e5b7d3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Lucki
pkgname="asf"
-pkgver="4.1.1.4"
-pkgrel=2
+pkgver="4.1.1.7"
+pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/JustArchiNET/ArchiSteamFarm"
license=('Apache')
depends=('aspnet-runtime>=3.1')
-optdepends=('asf-ui')
+optdepends=('asf-ui: standalone web interface for ASF')
makedepends=('git' 'dotnet-sdk>=3.1')
changelog=changelog
backup=('var/lib/asf/config/ASF.json' 'usr/lib/asf/NLog.config')
diff --git a/changelog b/changelog
index 480de51df0f9..21f28f3280f8 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,12 @@
+2020-01-03 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 4.1.1.7-1:
+ Added two new item types: Sticker and ChatEffect. Those can be used for lootable, transferable and matchable types in the config - #1567, #1559.
+ Added loot% and transfer% commands.
+ Fixed swagger not rendering correctly models schema in our IPC interface since .NET Core 3.0 upgrade.
+ Latest ASF-ui with new features, improvements and bugfixes.
+ Updated localization provided by our community.
+ Usual amount of other core improvements, optimizations and bugfixes.
+ pkg: ASF-ui is an optional dependency
2019-12-18 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 4.1.1.4-2:
pkg: restore ASF-ui functions (thanks to Lucki)