summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Szychowski (Muttley)2022-02-10 20:59:22 +0100
committerMateusz Szychowski (Muttley)2022-02-10 20:59:22 +0100
commite703f441910bbbf71a948480362c4139dcf0a095 (patch)
treef2a1761edeec55d9a6e0d34bd0794ea74b4b7ba6
parent7d898c317d173192a0e783993e328f362dd00ff5 (diff)
downloadaur-e703f441910bbbf71a948480362c4139dcf0a095.tar.gz
Update to commit 329
added optional update notifier
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd7282a7b5ea..627b3dda953c 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 = 326.3081678
+ pkgver = 329.3a5122f
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-326/arma3-unix-launcher-326.3081678-1-archlinux-x86_64.pkg.tar.zst
- sha256sums = 154164751686366607abcd7aae2048670e55bddcd7f3b562a1f2c1c4afdef35e
+ source = https://github.com/muttleyxd/arma3-unix-launcher/releases/download/commit-329/arma3-unix-launcher-329.3a5122f-1-archlinux-x86_64.pkg.tar.zst
+ sha256sums = 5e8fb0714906dc08d77d589571da007ec50899766a49d1c387bf8f579d9bb491
pkgname = arma3-unix-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6cdce81d9700..0ee90c49be42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: muttleyxd <mateusz [at] szychowski.it>
-_gittag=commit-326
+_gittag=commit-329
pkgname=arma3-unix-launcher-bin
-pkgver=326.3081678
+pkgver=329.3a5122f
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=('154164751686366607abcd7aae2048670e55bddcd7f3b562a1f2c1c4afdef35e')
+sha256sums=('5e8fb0714906dc08d77d589571da007ec50899766a49d1c387bf8f579d9bb491')
package()
{