summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Szychowski (Muttley)2021-01-03 16:38:01 +0100
committerMateusz Szychowski (Muttley)2021-01-03 16:38:01 +0100
commit6d21c1cb8bc2c0144295d6580b1e14d86fa771fd (patch)
tree9167af26d5b038e5122f73607066cdfa4e70a44c
parenta31de730ae1102ab314302ec4cb2a2092837c907 (diff)
downloadaur-6d21c1cb8bc2c0144295d6580b1e14d86fa771fd.tar.gz
update to commit 267
fixed LD_PRELOAD preservation
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3838f9969e75..df3b16dd9f17 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 = 262.8833c32
+ pkgver = 267.95496c9
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-262/arma3-unix-launcher-262.8833c32-1-archlinux-x86_64.pkg.tar.zst
- sha256sums = a20ce0330d1d79d65520f53d0326a8ac78180bd3e6f617c876e222b7907233e5
+ source = https://github.com/muttleyxd/arma3-unix-launcher/releases/download/commit-267/arma3-unix-launcher-267.95496c9-1-archlinux-x86_64.pkg.tar.zst
+ sha256sums = c59f47c4ef7e01af1e1689cce1e4bac989cec343851bc190a59742cb56cacc64
pkgname = arma3-unix-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 39b850cda330..bd383a569328 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: muttleyxd <mateusz [at] szychowski.it>
-_gittag=commit-262
+_gittag=commit-267
pkgname=arma3-unix-launcher-bin
-pkgver=262.8833c32
+pkgver=267.95496c9
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=('a20ce0330d1d79d65520f53d0326a8ac78180bd3e6f617c876e222b7907233e5')
+sha256sums=('c59f47c4ef7e01af1e1689cce1e4bac989cec343851bc190a59742cb56cacc64')
package()
{