summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Szychowski (Muttley)2020-04-19 17:58:55 +0200
committerMateusz Szychowski (Muttley)2020-04-19 17:58:55 +0200
commite99a27707f3c28a405f0d64a166b903a5b0a85a1 (patch)
tree69d6a7568c63d60d94043f3b6651f57e2fa86223
parent5c4b548bcd6e42d91b109f62959fcc47848dfe15 (diff)
downloadaur-e99a27707f3c28a405f0d64a166b903a5b0a85a1.tar.gz
Update to commit 172
added pugixml dependency no notable changes for Linux
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 835218c5ab86..ee60bdcac5da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = arma3-unix-launcher-bin
pkgdesc = Launcher for ArmA 3 on Linux and Mac OS X (with Steamworks SDK)
- pkgver = 170.ca3b5df
+ pkgver = 172.df66d82
pkgrel = 1
url = https://github.com/muttleyxd/arma3-unix-launcher
arch = x86_64
license = MIT
depends = fmt
+ depends = pugixml
depends = qt5-base
depends = qt5-svg
provides = arma3-unix-launcher
conflicts = arma3-unix-launcher
- source = https://github.com/muttleyxd/arma3-unix-launcher/releases/download/commit-170/arma3-unix-launcher-170.ca3b5df-1-archlinux-x86_64.pkg.tar.xz
- sha256sums = 03e560617d4897ac451700676bcb65c2513d1dfa1f84bc9211aefbcb54d280bd
+ source = https://github.com/muttleyxd/arma3-unix-launcher/releases/download/commit-172/arma3-unix-launcher-172.df66d82-1-archlinux-x86_64.pkg.tar.xz
+ sha256sums = 3359b6ad7d3ddeb6568a70314ccf2a90a4729181606cccc3832b8ec8a9080263
pkgname = arma3-unix-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index f1d90282684d..2256e61fb66f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: muttleyxd <mateusz [at] szychowski.it>
-_gittag=commit-170
+_gittag=commit-172
pkgname=arma3-unix-launcher-bin
-pkgver=170.ca3b5df
+pkgver=172.df66d82
pkgrel=1
pkgdesc="Launcher for ArmA 3 on Linux and Mac OS X (with Steamworks SDK)"
arch=('x86_64')
url="https://github.com/muttleyxd/arma3-unix-launcher"
license=('MIT')
-depends=('fmt' 'qt5-base' 'qt5-svg')
+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.xz")
-sha256sums=('6b66e4bb0436502d6bb04dbedcd784354c4b7316bde04863188627a6a12a4f28')
+sha256sums=('3359b6ad7d3ddeb6568a70314ccf2a90a4729181606cccc3832b8ec8a9080263')
package()
{