summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Szychowski (Muttley)2021-12-17 11:40:24 +0100
committerMateusz Szychowski (Muttley)2021-12-17 11:40:24 +0100
commit12fd6762b7565c4dce6d1067462f1123cc14045a (patch)
treeed9e98b50a5915449228497dd5a177b436ca65d9
parent27f216435d9e827e17fffd41e4e87f306d6d5029 (diff)
downloadaur-12fd6762b7565c4dce6d1067462f1123cc14045a.tar.gz
Update to commit 316
Fixed environment variables passing behavior Additional logs for SteamAPI mod events
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46589d617706..29385ab9eff9 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 = 309.571e6f6
+ pkgver = 316.4921916
pkgrel = 1
url = https://github.com/muttleyxd/arma3-unix-launcher
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = arma3-unix-launcher-bin
depends = spdlog
provides = arma3-unix-launcher
conflicts = arma3-unix-launcher
- source = https://github.com/muttleyxd/arma3-unix-launcher/releases/download/commit-309/arma3-unix-launcher-309.571e6f6-1-archlinux-x86_64.pkg.tar.zst
- sha256sums = 0a4c1bacd354290a4ae8acd030ef724d1b2656a5d0b4b02a121e9c0cdd53c0db
+ source = https://github.com/muttleyxd/arma3-unix-launcher/releases/download/commit-316/arma3-unix-launcher-316.4921916-1-archlinux-x86_64.pkg.tar.zst
+ sha256sums = 595d9a7d473b7136079f20d40be60dba8073fa8e58c2fdc76978e25bab9a51e3
pkgname = arma3-unix-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index b813547c232e..a315f624b598 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: muttleyxd <mateusz [at] szychowski.it>
-_gittag=commit-309
+_gittag=commit-316
pkgname=arma3-unix-launcher-bin
-pkgver=309.571e6f6
+pkgver=316.4921916
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' 'spdlog')
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=('0a4c1bacd354290a4ae8acd030ef724d1b2656a5d0b4b02a121e9c0cdd53c0db')
+sha256sums=('595d9a7d473b7136079f20d40be60dba8073fa8e58c2fdc76978e25bab9a51e3')
package()
{