summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Szychowski (Muttley)2022-09-11 15:54:41 +0200
committerMateusz Szychowski (Muttley)2022-09-11 15:54:41 +0200
commit941b88dd1e12bb13b33711a3e677aba2388b0c20 (patch)
tree24ff688529a0b67cd19ad06ce94a8f198632b234
parent40313c02e876a69525128d8106e35b390c75ce8f (diff)
downloadaur-941b88dd1e12bb13b33711a3e677aba2388b0c20.tar.gz
Update to commit 370
fixed - issue with parsing Proton manifest files, launcher should now be able to start the game properly migrated CI to GitHub Actions (Drone became unusable with Arch containers) bunch of packaging fixes on Arch and AppImage currently Ubuntu packages are missing
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c2790756d85..10f88814c99a 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 = 355.8e10137
+ pkgver = 370.82233f6
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-355/arma3-unix-launcher-355.8e10137-1-archlinux-x86_64.pkg.tar.zst
- sha256sums = 5efa19c910d3f4c2d41a279202ef9ac792b0840314c2ed8b8b8ad757ff460277
+ source = https://github.com/muttleyxd/arma3-unix-launcher/releases/download/commit-370/arma3-unix-launcher-370.82233f6-1-x86_64.pkg.tar.zst
+ sha256sums = 7f3b42f193100aafc31dd9951f8dac6c51502ebcbdc8c16f88026444815590ff
pkgname = arma3-unix-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index b8c4f93d0a39..c8d8b36ff8e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: muttleyxd <mateusz [at] szychowski.it>
-_gittag=commit-355
+_gittag=commit-370
pkgname=arma3-unix-launcher-bin
-pkgver=355.8e10137
+pkgver=370.82233f6
pkgrel=1
pkgdesc="Launcher for ArmA 3 on Linux and Mac OS X (with Steamworks SDK)"
arch=('x86_64')
@@ -10,8 +10,8 @@ license=('MIT')
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=('5efa19c910d3f4c2d41a279202ef9ac792b0840314c2ed8b8b8ad757ff460277')
+source=("https://github.com/muttleyxd/arma3-unix-launcher/releases/download/$_gittag/arma3-unix-launcher-$pkgver-$pkgrel-x86_64.pkg.tar.zst")
+sha256sums=('7f3b42f193100aafc31dd9951f8dac6c51502ebcbdc8c16f88026444815590ff')
package()
{