summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Szychowski (Muttley)2020-07-12 23:35:33 +0200
committerMateusz Szychowski (Muttley)2020-07-12 23:35:33 +0200
commit2db6726551417621a8586032840039c1d6e7cb36 (patch)
tree24d7749776d144c2d369e84012bf3daf26359537
parent611727dc7761d8b5ad2b774c70bfb3728480fc90 (diff)
downloadaur-2db6726551417621a8586032840039c1d6e7cb36.tar.gz
update to commit 217
export workshop mods to txt file fix possible race condition
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16277e58a7b0..5d5608f46fa7 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 = 212.4a9d41a
+ pkgver = 217.de66aa2
pkgrel = 1
url = https://github.com/muttleyxd/arma3-unix-launcher
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = arma3-unix-launcher-bin
depends = qt5-svg
provides = arma3-unix-launcher
conflicts = arma3-unix-launcher
- source = https://github.com/muttleyxd/arma3-unix-launcher/releases/download/commit-212/arma3-unix-launcher-212.4a9d41a-1-archlinux-x86_64.pkg.tar.xz
- sha256sums = 6c2639fa11534f0f12dbc36ca35698a1b2b003d86b2afcf4ff197354a2489d05
+ source = https://github.com/muttleyxd/arma3-unix-launcher/releases/download/commit-217/arma3-unix-launcher-217.de66aa2-1-archlinux-x86_64.pkg.tar.xz
+ sha256sums = 93b1dba0a07adc42f03276cd04a9b8c566f86e3a9b7b637af2bac5e0a5c73979
pkgname = arma3-unix-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 24c83c0b5373..097df372cbb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: muttleyxd <mateusz [at] szychowski.it>
-_gittag=commit-212
+_gittag=commit-217
pkgname=arma3-unix-launcher-bin
-pkgver=212.4a9d41a
+pkgver=217.de66aa2
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')
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.xz")
-sha256sums=('6c2639fa11534f0f12dbc36ca35698a1b2b003d86b2afcf4ff197354a2489d05')
+sha256sums=('93b1dba0a07adc42f03276cd04a9b8c566f86e3a9b7b637af2bac5e0a5c73979')
package()
{