summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Szychowski (Muttley)2022-11-20 19:38:14 +0100
committerMateusz Szychowski (Muttley)2022-11-20 19:38:14 +0100
commita7801ec78e4e9997482b5597aa34584774d2dffb (patch)
treedf90117ecd72b3bf274f65c54d39c8c442ed1c0f
parent941b88dd1e12bb13b33711a3e677aba2388b0c20 (diff)
downloadaur-a7801ec78e4e9997482b5597aa34584774d2dffb.tar.gz
Update to commit 373
No code changes, launcher rebuilt to fix missing libspdlog.so.1 error
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10f88814c99a..7f40a8f7edec 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 = 370.82233f6
+ pkgver = 373.cbdc17a
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-370/arma3-unix-launcher-370.82233f6-1-x86_64.pkg.tar.zst
- sha256sums = 7f3b42f193100aafc31dd9951f8dac6c51502ebcbdc8c16f88026444815590ff
+ source = https://github.com/muttleyxd/arma3-unix-launcher/releases/download/commit-370/arma3-unix-launcher-373.cbdc17a-1-x86_64.pkg.tar.zst
+ sha256sums = 387efe3f5cab7fa56fa2a1b32c1fa16a155d06fbc1b96b4ee0d03c42a414fa9b
pkgname = arma3-unix-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index c8d8b36ff8e3..3c8882b9a8fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: muttleyxd <mateusz [at] szychowski.it>
_gittag=commit-370
pkgname=arma3-unix-launcher-bin
-pkgver=370.82233f6
+pkgver=373.cbdc17a
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-x86_64.pkg.tar.zst")
-sha256sums=('7f3b42f193100aafc31dd9951f8dac6c51502ebcbdc8c16f88026444815590ff')
+sha256sums=('387efe3f5cab7fa56fa2a1b32c1fa16a155d06fbc1b96b4ee0d03c42a414fa9b')
package()
{