summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Szychowski (Muttley)2020-04-15 18:24:10 +0200
committerMateusz Szychowski (Muttley)2020-04-15 18:24:10 +0200
commit5c4b548bcd6e42d91b109f62959fcc47848dfe15 (patch)
treee13b5244efeaa56fbd2ef79929fd51a672b7d610
parent43d25357c85a84533d8fdca5d1cb6d579cd39813 (diff)
downloadaur-5c4b548bcd6e42d91b109f62959fcc47848dfe15.tar.gz
Update to commit 170
Added support for Contact DLC and Global Mobilization DLC Fixed bug with "Custom parameters" option not working
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e709aec11bf9..835218c5ab86 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 = 166.077539f
+ pkgver = 170.ca3b5df
pkgrel = 1
url = https://github.com/muttleyxd/arma3-unix-launcher
arch = x86_64
@@ -10,7 +10,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-166/arma3-unix-launcher-166.077539f-1-archlinux-x86_64.pkg.tar.xz
+ source = https://github.com/muttleyxd/arma3-unix-launcher/releases/download/commit-170/arma3-unix-launcher-170.ca3b5df-1-archlinux-x86_64.pkg.tar.xz
sha256sums = 03e560617d4897ac451700676bcb65c2513d1dfa1f84bc9211aefbcb54d280bd
pkgname = arma3-unix-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9a8580c01023..f1d90282684d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: muttleyxd <mateusz [at] szychowski.it>
-_gittag=commit-166
+_gittag=commit-170
pkgname=arma3-unix-launcher-bin
-pkgver=166.077539f
+pkgver=170.ca3b5df
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' '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.xz")
-sha256sums=('03e560617d4897ac451700676bcb65c2513d1dfa1f84bc9211aefbcb54d280bd')
+sha256sums=('6b66e4bb0436502d6bb04dbedcd784354c4b7316bde04863188627a6a12a4f28')
package()
{