summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Szychowski (Muttley)2022-02-03 21:38:23 +0100
committerMateusz Szychowski (Muttley)2022-02-03 21:38:23 +0100
commit6d071470137ec5e6cb69a9922ee060ff3ca2bd60 (patch)
tree8b631474baadca68dcfca2386d9e633d9f2c359a
parent12fd6762b7565c4dce6d1067462f1123cc14045a (diff)
downloadaur-6d071470137ec5e6cb69a9922ee060ff3ca2bd60.tar.gz
Update to commit 321
- Fixed VDF parsing issue (quote escaping support)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29385ab9eff9..65672ad4452c 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 = 316.4921916
+ pkgver = 321.fe456c0
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-316/arma3-unix-launcher-316.4921916-1-archlinux-x86_64.pkg.tar.zst
- sha256sums = 595d9a7d473b7136079f20d40be60dba8073fa8e58c2fdc76978e25bab9a51e3
+ source = https://github.com/muttleyxd/arma3-unix-launcher/releases/download/commit-321/arma3-unix-launcher-321.fe456c0-1-archlinux-x86_64.pkg.tar.zst
+ sha256sums = 111ebeb54fa15a59da0edf0096ef1d72521cdd8137e7260ec20c01e9925bfda8
pkgname = arma3-unix-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index a315f624b598..47c3c88f0660 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: muttleyxd <mateusz [at] szychowski.it>
-_gittag=commit-316
+_gittag=commit-321
pkgname=arma3-unix-launcher-bin
-pkgver=316.4921916
+pkgver=321.fe456c0
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=('595d9a7d473b7136079f20d40be60dba8073fa8e58c2fdc76978e25bab9a51e3')
+sha256sums=('111ebeb54fa15a59da0edf0096ef1d72521cdd8137e7260ec20c01e9925bfda8')
package()
{