summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Szychowski (Muttley)2022-03-12 17:52:17 +0100
committerMateusz Szychowski (Muttley)2022-03-12 17:52:17 +0100
commit1d3e91e38a2393b95613b0291435a021fde83997 (patch)
treed075043488df80c64bbb5a4b9392a70ff2bf8ef2
parent3cc61367fd41aa86af13d9888348f3e4d1f25eca (diff)
downloadaur-1d3e91e38a2393b95613b0291435a021fde83997.tar.gz
Update to commit 349
Now Steamworks SDK is enabled for every build If needed, Steamworks SDK can be disabled by passing --disable-steam-integration flag Fixed crash when HTML preset import fails
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6289f9d66a9f..6d2be20c993c 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 = 341.164bf27
+ pkgver = 349.21a891d
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-341/arma3-unix-launcher-341.164bf27-1-archlinux-x86_64.pkg.tar.zst
- sha256sums = 835010b2a014a1b4ba5239afe1e308c6e99e42f9cc1e7346a2ab2bb56635f531
+ source = https://github.com/muttleyxd/arma3-unix-launcher/releases/download/commit-349/arma3-unix-launcher-349.21a891d-1-archlinux-x86_64.pkg.tar.zst
+ sha256sums = b5f82461f7d984e8ef33e9ce105ef07075e652184d20be937c4f02ecd60c31ed
pkgname = arma3-unix-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index c6e586831e95..a79d80aeb82d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: muttleyxd <mateusz [at] szychowski.it>
-_gittag=commit-341
+_gittag=commit-349
pkgname=arma3-unix-launcher-bin
-pkgver=341.164bf27
+pkgver=349.21a891d
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=('835010b2a014a1b4ba5239afe1e308c6e99e42f9cc1e7346a2ab2bb56635f531')
+sha256sums=('b5f82461f7d984e8ef33e9ce105ef07075e652184d20be937c4f02ecd60c31ed')
package()
{