summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Szychowski (Muttley)2020-11-05 15:44:59 +0100
committerMateusz Szychowski (Muttley)2020-11-05 15:44:59 +0100
commitd2ae511f4c5e4a8f397a40b74a299831a2996985 (patch)
treea56e4ea231219d89bac20528dff9e833e1ff72ce
parent216f3c32c79ca1a809087a0cddeab0568ae8a638 (diff)
downloadaur-d2ae511f4c5e4a8f397a40b74a299831a2996985.tar.gz
Update to commit 257
- fixed crash when workshop directory is not set - fixed QTDark theme having white background on buttons
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd65aa6ca716..7dedee56ccb3 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 = 254.98b74b6
+ pkgver = 257.7017f69
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-254/arma3-unix-launcher-254.98b74b6-1-archlinux-x86_64.pkg.tar.zst
- sha256sums = 3f53b47610ef677e3a0bac462a4dce3508408ed12426ee6b7830a514ce79e632
+ source = https://github.com/muttleyxd/arma3-unix-launcher/releases/download/commit-257/arma3-unix-launcher-257.7017f69-1-archlinux-x86_64.pkg.tar.zst
+ sha256sums = 81854eed5186af973f81318e556c997513602b326cee657fddb39b801b49b511
pkgname = arma3-unix-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8a75402bebc8..ff7abe247360 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: muttleyxd <mateusz [at] szychowski.it>
-_gittag=commit-254
+_gittag=commit-257
pkgname=arma3-unix-launcher-bin
-pkgver=254.98b74b6
+pkgver=257.7017f69
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=('3f53b47610ef677e3a0bac462a4dce3508408ed12426ee6b7830a514ce79e632')
+sha256sums=('81854eed5186af973f81318e556c997513602b326cee657fddb39b801b49b511')
package()
{