summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Szychowski (Muttley)2023-04-16 15:27:24 +0200
committerMateusz Szychowski (Muttley)2023-04-16 15:27:24 +0200
commitce469b18eb5b1712110859c558ac0a7f491e2b45 (patch)
treef2be1003051a32c18f2e4bd833971fc54e5dd0e2
parentbd5c727da9965a1f3865323147c49efa0502e2fe (diff)
downloadaur-arma3-unix-launcher-bin.tar.gz
Update to commit 383
fixed bug with disable-steam-integration parameter
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d4cc95e407c..aac92c1bcff8 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 = 381.018ce55
+ pkgver = 383.fd68309
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-381/arma3-unix-launcher-381.018ce55-1-x86_64.pkg.tar.zst
- sha256sums = 4b86d5a10b16953f93f1c260ac0c0ed4e94bf76055d94f708ca8369c570a2f93
+ source = https://github.com/muttleyxd/arma3-unix-launcher/releases/download/commit-383/arma3-unix-launcher-383.fd68309-1-x86_64.pkg.tar.zst
+ sha256sums = 859d6e6831b908c9596e5560831063d7062ca2fe6fdc95a145ca0c50bb4ae994
pkgname = arma3-unix-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1100e2b296ff..842143a6e4fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: muttleyxd <mateusz [at] szychowski.it>
-_gittag=commit-381
+_gittag=commit-383
pkgname=arma3-unix-launcher-bin
-pkgver=381.018ce55
+pkgver=383.fd68309
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-x86_64.pkg.tar.zst")
-sha256sums=('4b86d5a10b16953f93f1c260ac0c0ed4e94bf76055d94f708ca8369c570a2f93')
+sha256sums=('859d6e6831b908c9596e5560831063d7062ca2fe6fdc95a145ca0c50bb4ae994')
package()
{