summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Szychowski (Muttley)2022-03-15 12:14:22 +0100
committerMateusz Szychowski (Muttley)2022-03-15 12:14:22 +0100
commit2886ebad48748ea262fac5181398b9375338860c (patch)
tree866ded5d3e8c0cb4735e9601e1e03cc636a1cad8
parent9d26369d2afa4b4c3a0703a24600a3672e5adbf6 (diff)
downloadaur-2886ebad48748ea262fac5181398b9375338860c.tar.gz
Update to commit 353
hotfix for Arch Linux packages (#213)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53303d513fc4..cd710b00a932 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 = 352.3427529
+ pkgver = 353.323627c
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-352/arma3-unix-launcher-352.3427529-1-archlinux-x86_64.pkg.tar.zst
- sha256sums = 7ffb74841b9a790122255c17227dc098097dfdcbcff2c0de68154939624f9339
+ source = https://github.com/muttleyxd/arma3-unix-launcher/releases/download/commit-353/arma3-unix-launcher-353.323627c-1-archlinux-x86_64.pkg.tar.zst
+ sha256sums = 6593d88c198f302d665926350f9594f7019a5eae0ed1ca719ada6b139616aed4
pkgname = arma3-unix-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3d54f2ac349f..9a5c7a279210 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: muttleyxd <mateusz [at] szychowski.it>
-_gittag=commit-352
+_gittag=commit-353
pkgname=arma3-unix-launcher-bin
-pkgver=352.3427529
+pkgver=353.323627c
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=('7ffb74841b9a790122255c17227dc098097dfdcbcff2c0de68154939624f9339')
+sha256sums=('6593d88c198f302d665926350f9594f7019a5eae0ed1ca719ada6b139616aed4')
package()
{