summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Szychowski (Muttley)2022-03-04 20:05:08 +0100
committerMateusz Szychowski (Muttley)2022-03-04 20:05:08 +0100
commit96b1ce9e98f933e2a3bdfc35338e809d2e07cc1f (patch)
tree93b8150e4f55aef61b2f563a45ee5faa39966ab0
parentfa023c40caff42a9116fcf34070a5fc20f59b02b (diff)
downloadaur-96b1ce9e98f933e2a3bdfc35338e809d2e07cc1f.tar.gz
Update to commit 337
fix getting path of Proton 7.0 and similar versions (#203) removed static_todo dependency as it didn't have much use in the code
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e5db8c4f8af..436a3f68f430 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 = 334.990efff
+ pkgver = 337.b777241
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-334/arma3-unix-launcher-334.990efff-1-archlinux-x86_64.pkg.tar.zst
- sha256sums = 0cd9509a3087e061a42dd342f688eededa3207a9ca54e54157e965f8ef2ce3b8
+ source = https://github.com/muttleyxd/arma3-unix-launcher/releases/download/commit-337/arma3-unix-launcher-337.b777241-1-archlinux-x86_64.pkg.tar.zst
+ sha256sums = 8de15d8847c7820a3eaf471474e91c21b0eefb1a59e3f578f79fa894b6d6b7ee
pkgname = arma3-unix-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 02f53f3733f6..2ae933418b54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: muttleyxd <mateusz [at] szychowski.it>
-_gittag=commit-334
+_gittag=commit-337
pkgname=arma3-unix-launcher-bin
-pkgver=334.990efff
+pkgver=337.b777241
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=('0cd9509a3087e061a42dd342f688eededa3207a9ca54e54157e965f8ef2ce3b8')
+sha256sums=('8de15d8847c7820a3eaf471474e91c21b0eefb1a59e3f578f79fa894b6d6b7ee')
package()
{