summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Szychowski (Muttley)2022-03-06 13:27:04 +0100
committerMateusz Szychowski (Muttley)2022-03-06 13:27:04 +0100
commit3cc61367fd41aa86af13d9888348f3e4d1f25eca (patch)
treef3c4b00e1caa61e1eeb883c2288320a22b97af9e
parent96b1ce9e98f933e2a3bdfc35338e809d2e07cc1f (diff)
downloadaur-3cc61367fd41aa86af13d9888348f3e4d1f25eca.tar.gz
Update to commit 341
fix Flatpak having empty environment variables parameter (#154 #171 #205) code formatting changes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 436a3f68f430..6289f9d66a9f 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 = 337.b777241
+ pkgver = 341.164bf27
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-337/arma3-unix-launcher-337.b777241-1-archlinux-x86_64.pkg.tar.zst
- sha256sums = 8de15d8847c7820a3eaf471474e91c21b0eefb1a59e3f578f79fa894b6d6b7ee
+ 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
pkgname = arma3-unix-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2ae933418b54..c6e586831e95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: muttleyxd <mateusz [at] szychowski.it>
-_gittag=commit-337
+_gittag=commit-341
pkgname=arma3-unix-launcher-bin
-pkgver=337.b777241
+pkgver=341.164bf27
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=('8de15d8847c7820a3eaf471474e91c21b0eefb1a59e3f578f79fa894b6d6b7ee')
+sha256sums=('835010b2a014a1b4ba5239afe1e308c6e99e42f9cc1e7346a2ab2bb56635f531')
package()
{