summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Szychowski (Muttley)2023-01-17 15:11:30 +0100
committerMateusz Szychowski (Muttley)2023-01-17 15:11:30 +0100
commitbd5c727da9965a1f3865323147c49efa0502e2fe (patch)
tree79056cb1a71902dee78767ba32c6a4904254558f
parenta7801ec78e4e9997482b5597aa34584774d2dffb (diff)
downloadaur-bd5c727da9965a1f3865323147c49efa0502e2fe.tar.gz
Update to commit 381
fixed building of DayZ Linux Launcher (#231) added DayZ AppImage build to CI
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f40a8f7edec..8d4cc95e407c 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 = 373.cbdc17a
+ pkgver = 381.018ce55
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-373.cbdc17a-1-x86_64.pkg.tar.zst
- sha256sums = 387efe3f5cab7fa56fa2a1b32c1fa16a155d06fbc1b96b4ee0d03c42a414fa9b
+ source = https://github.com/muttleyxd/arma3-unix-launcher/releases/download/commit-381/arma3-unix-launcher-381.018ce55-1-x86_64.pkg.tar.zst
+ sha256sums = 4b86d5a10b16953f93f1c260ac0c0ed4e94bf76055d94f708ca8369c570a2f93
pkgname = arma3-unix-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3c8882b9a8fe..1100e2b296ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: muttleyxd <mateusz [at] szychowski.it>
-_gittag=commit-370
+_gittag=commit-381
pkgname=arma3-unix-launcher-bin
-pkgver=373.cbdc17a
+pkgver=381.018ce55
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=('387efe3f5cab7fa56fa2a1b32c1fa16a155d06fbc1b96b4ee0d03c42a414fa9b')
+sha256sums=('4b86d5a10b16953f93f1c260ac0c0ed4e94bf76055d94f708ca8369c570a2f93')
package()
{