summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Szychowski (Muttley)2021-03-16 18:50:33 +0100
committerMateusz Szychowski (Muttley)2021-03-16 18:50:33 +0100
commit52a25ec6e00640f60b368d80b3ed29163660735f (patch)
treeaa269237645a3b8da3b27143b76061a26d0e11d0
parent9cb534b295c3f760061831ca37153a950f869b16 (diff)
downloadaur-52a25ec6e00640f60b368d80b3ed29163660735f.tar.gz
update to commit 277
fix parameter name in steam-integration fix possible crash in steam-integration add Art of War DLC to exclusion list specify Qt5 as default on Mac CI (Qt6 installs when qt package is selected)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afc54b8e3680..0ee78095be00 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 = 272.87ec35b
+ pkgver = 277.51dbf12
pkgrel = 1
url = https://github.com/muttleyxd/arma3-unix-launcher
arch = x86_64
@@ -11,8 +11,8 @@ 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-272/arma3-unix-launcher-272.87ec35b-1-archlinux-x86_64.pkg.tar.zst
- sha256sums = 86ea342cc9ae6b88d0e7fe9fdfd531c83de3402e73b9857c4a39967e0ccb2759
+ source = https://github.com/muttleyxd/arma3-unix-launcher/releases/download/commit-277/arma3-unix-launcher-277.51dbf12-1-archlinux-x86_64.pkg.tar.zst
+ sha256sums = 4111e21bd3c4ed4486fbbccd4050a910c2f6a0b1c756881feb3d755e49a30c24
pkgname = arma3-unix-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index fe9d121cc63e..b0dc4e548189 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: muttleyxd <mateusz [at] szychowski.it>
-_gittag=commit-272
+_gittag=commit-277
pkgname=arma3-unix-launcher-bin
-pkgver=272.87ec35b
+pkgver=277.51dbf12
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=('86ea342cc9ae6b88d0e7fe9fdfd531c83de3402e73b9857c4a39967e0ccb2759')
+sha256sums=('4111e21bd3c4ed4486fbbccd4050a910c2f6a0b1c756881feb3d755e49a30c24')
package()
{