summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Szychowski (Muttley)2021-11-15 23:40:43 +0100
committerMateusz Szychowski (Muttley)2021-11-15 23:40:43 +0100
commitf6206e869d289549ccafa32f6e1a9b355456b894 (patch)
treedcc3a16af12fd1043262b95f491ce3c78a679720
parent4b4390a2b7d58ade2e3b052bb0b060cd68e1aac4 (diff)
downloadaur-f6206e869d289549ccafa32f6e1a9b355456b894.tar.gz
Update to commit 303
- added spdlog for better log messages (fixes #132) - refactored steam_utils - loosened CompatToolMapping key name requirement and reordered compatibility tools order (now user provided compatibilitytools.d are used first, before Steam tools) (possible fix for #167 and #168)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06acab9aa11e..c3dc02565cae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arma3-unix-launcher-bin
pkgdesc = Launcher for ArmA 3 on Linux and Mac OS X (with Steamworks SDK)
- pkgver = 293.622951b
+ pkgver = 303.86c5998
pkgrel = 1
url = https://github.com/muttleyxd/arma3-unix-launcher
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = arma3-unix-launcher-bin
depends = qt5-svg
provides = arma3-unix-launcher
conflicts = arma3-unix-launcher
- source = https://github.com/muttleyxd/arma3-unix-launcher/releases/download/commit-293/arma3-unix-launcher-293.622951b-1-archlinux-x86_64.pkg.tar.zst
- sha256sums = 7e23d6bccf9ed1de567709a9b29a507cfb730eb6664624e21acec66a0ad68cd9
+ source = https://github.com/muttleyxd/arma3-unix-launcher/releases/download/commit-303/arma3-unix-launcher-303.86c5998-1-archlinux-x86_64.pkg.tar.zst
+ sha256sums = 08b63a68c2aac9eddff0f6ad15ee6f9b09fe7bcca5f69fe224e311ba5519bc22
pkgname = arma3-unix-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index de3d0ef1d989..084851e7c841 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: muttleyxd <mateusz [at] szychowski.it>
-_gittag=commit-293
+_gittag=commit-303
pkgname=arma3-unix-launcher-bin
-pkgver=293.622951b
+pkgver=303.86c5998
pkgrel=1
pkgdesc="Launcher for ArmA 3 on Linux and Mac OS X (with Steamworks SDK)"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('fmt' 'pugixml' 'qt5-base' 'qt5-svg')
provides=('arma3-unix-launcher')
conflicts=('arma3-unix-launcher')
source=("https://github.com/muttleyxd/arma3-unix-launcher/releases/download/$_gittag/arma3-unix-launcher-$pkgver-$pkgrel-archlinux-x86_64.pkg.tar.zst")
-sha256sums=('7e23d6bccf9ed1de567709a9b29a507cfb730eb6664624e21acec66a0ad68cd9')
+sha256sums=('08b63a68c2aac9eddff0f6ad15ee6f9b09fe7bcca5f69fe224e311ba5519bc22')
package()
{