summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Szychowski (Muttley)2020-08-17 18:43:07 +0200
committerMateusz Szychowski (Muttley)2020-08-17 18:43:07 +0200
commita0f48ad71fc9565aa9c4ec91b9017853a8fcfdfb (patch)
tree6a3dfc31b4810a9da63112a9f6a2de33e5f498a9
parentdea4e4e69bb212d9fb666f53bd2f5fec3233c520 (diff)
downloadaur-a0f48ad71fc9565aa9c4ec91b9017853a8fcfdfb.tar.gz
Update to commit 239
fix potential mismatch between fmt library versions
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74cb23116536..fa413d7aea28 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 = 235.cae599b
+ pkgver = 239.a593198
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-235/arma3-unix-launcher-235.cae599b-1-archlinux-x86_64.pkg.tar.zst
- sha256sums = 78f3b974020f5bed00ec8d4747ebb8f4e670ce57a3cabdf4690acab37cbe81d8
+ source = https://github.com/muttleyxd/arma3-unix-launcher/releases/download/commit-239/arma3-unix-launcher-239.a593198-1-archlinux-x86_64.pkg.tar.zst
+ sha256sums = b2cce7a77ca54388a878bb3dda7aa0b2a32ae0ae7a76b23a5ddf4fd1bd8c855b
pkgname = arma3-unix-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3934602ff6d9..8dbd66587e10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: muttleyxd <mateusz [at] szychowski.it>
-_gittag=commit-235
+_gittag=commit-239
pkgname=arma3-unix-launcher-bin
-pkgver=235.cae599b
+pkgver=239.a593198
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.zst")
-sha256sums=('78f3b974020f5bed00ec8d4747ebb8f4e670ce57a3cabdf4690acab37cbe81d8')
+sha256sums=('b2cce7a77ca54388a878bb3dda7aa0b2a32ae0ae7a76b23a5ddf4fd1bd8c855b')
package()
{