summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Szychowski (Muttley)2022-03-29 10:23:48 +0200
committerMateusz Szychowski (Muttley)2022-03-29 10:23:48 +0200
commit40313c02e876a69525128d8106e35b390c75ce8f (patch)
tree438c2dc6b251c3fc663b9bf09eff349d4257026c
parent2886ebad48748ea262fac5181398b9375338860c (diff)
downloadaur-40313c02e876a69525128d8106e35b390c75ce8f.tar.gz
Update to commit 355
fix ampersand in mod name for Windows launcher compatibility (#217)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd710b00a932..4c2790756d85 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 = 353.323627c
+ pkgver = 355.8e10137
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-353/arma3-unix-launcher-353.323627c-1-archlinux-x86_64.pkg.tar.zst
- sha256sums = 6593d88c198f302d665926350f9594f7019a5eae0ed1ca719ada6b139616aed4
+ 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
pkgname = arma3-unix-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9a5c7a279210..b8c4f93d0a39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: muttleyxd <mateusz [at] szychowski.it>
-_gittag=commit-353
+_gittag=commit-355
pkgname=arma3-unix-launcher-bin
-pkgver=353.323627c
+pkgver=355.8e10137
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=('6593d88c198f302d665926350f9594f7019a5eae0ed1ca719ada6b139616aed4')
+sha256sums=('5efa19c910d3f4c2d41a279202ef9ac792b0840314c2ed8b8b8ad757ff460277')
package()
{