summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Szychowski (Muttley)2022-03-15 11:29:41 +0100
committerMateusz Szychowski (Muttley)2022-03-15 11:29:41 +0100
commit9d26369d2afa4b4c3a0703a24600a3672e5adbf6 (patch)
tree5c3ee32ad5dcd879555e3f99426c6d85d6051940
parent1d3e91e38a2393b95613b0291435a021fde83997 (diff)
downloadaur-9d26369d2afa4b4c3a0703a24600a3672e5adbf6.tar.gz
Update to commit 352
fixed launcher not starting with missing libsteam_api.so file (#213) fixed crash when trying to autoupdate (#212) replaced cpp-httplib with curlpp - looks like curlpp has better error reporting
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d2be20c993c..53303d513fc4 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 = 349.21a891d
+ pkgver = 352.3427529
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-349/arma3-unix-launcher-349.21a891d-1-archlinux-x86_64.pkg.tar.zst
- sha256sums = b5f82461f7d984e8ef33e9ce105ef07075e652184d20be937c4f02ecd60c31ed
+ 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
pkgname = arma3-unix-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index a79d80aeb82d..3d54f2ac349f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: muttleyxd <mateusz [at] szychowski.it>
-_gittag=commit-349
+_gittag=commit-352
pkgname=arma3-unix-launcher-bin
-pkgver=349.21a891d
+pkgver=352.3427529
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=('b5f82461f7d984e8ef33e9ce105ef07075e652184d20be937c4f02ecd60c31ed')
+sha256sums=('7ffb74841b9a790122255c17227dc098097dfdcbcff2c0de68154939624f9339')
package()
{