summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2020-02-03 17:09:59 +0100
committerGilrain2020-02-03 17:09:59 +0100
commit722f5b2aa4530c47f698f026831e2d456893d6a4 (patch)
tree6f160176e7fdded16a2713827973e9d7bb54e21d
parent896aa88e683e439f9c1443f40fc203c4d1498384 (diff)
downloadaur-722f5b2aa4530c47f698f026831e2d456893d6a4.tar.gz
Update to 4.1.2.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--changelog8
3 files changed, 13 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed4c64cfecdc..5169c3b14e2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
- pkgver = 4.1.1.7
- pkgrel = 3
+ pkgver = 4.1.2.0
+ pkgrel = 1
url = https://github.com/JustArchiNET/ArchiSteamFarm
install = install
changelog = changelog
@@ -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=4.1.1.7
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=4.1.2.0
source = asf.sh
source = service
source = service.user
diff --git a/PKGBUILD b/PKGBUILD
index 0abe26e93dad..0a8ad63185af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Lucki
pkgname="asf"
-pkgver="4.1.1.7"
-pkgrel=3
+pkgver="4.1.2.0"
+pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/JustArchiNET/ArchiSteamFarm"
diff --git a/changelog b/changelog
index de7d718ab69d..b9b8ca9cf34a 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,11 @@
+2020-02-03 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 4.1.2.0-1:
+ Added MiniProfileBackground item type, which can be used for lootable, transferable and matchable types in the config (#1624).
+ Fixed a rare bug which could result in ASF wrongly interpreting marketable/tradable items (#1622).
+ 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: revert to generic dotnet dependencies (FS#65128 closed)
2020-01-16 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 4.1.1.7-2:
pkg: explicitly depend on AUR dotnet binaries (FS#65128)