summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Szychowski (Muttley)2020-09-12 23:17:17 +0200
committerMateusz Szychowski (Muttley)2020-09-12 23:17:17 +0200
commit3d1efaeb3c6a1625fcd9a475607434394802bb39 (patch)
tree8fb7546106daaa02f00fc7e636efd0ef9d8f2b4a
parenta0f48ad71fc9565aa9c4ec91b9017853a8fcfdfb (diff)
downloadaur-3d1efaeb3c6a1625fcd9a475607434394802bb39.tar.gz
Update to commit 243
Added autodetection of libpng12.so, fixes thermal optics in-game
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa413d7aea28..d8f5c529c683 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 = 239.a593198
+ pkgver = 243.8d52963
pkgrel = 1
url = https://github.com/muttleyxd/arma3-unix-launcher
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = arma3-unix-launcher-bin
depends = qt5-svg
provides = arma3-unix-launcher
conflicts = arma3-unix-launcher
- source = https://github.com/muttleyxd/arma3-unix-launcher/releases/download/commit-239/arma3-unix-launcher-239.a593198-1-archlinux-x86_64.pkg.tar.zst
- sha256sums = b2cce7a77ca54388a878bb3dda7aa0b2a32ae0ae7a76b23a5ddf4fd1bd8c855b
+ source = https://github.com/muttleyxd/arma3-unix-launcher/releases/download/commit-243/arma3-unix-launcher-243.8d52963-1-archlinux-x86_64.pkg.tar.zst
+ sha256sums = 272c260677872e81ced6ae483bf90ef0865a95ec98faffd86d40e617ff2f6a8c
pkgname = arma3-unix-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8dbd66587e10..a653ff060db3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: muttleyxd <mateusz [at] szychowski.it>
-_gittag=commit-239
+_gittag=commit-243
pkgname=arma3-unix-launcher-bin
-pkgver=239.a593198
+pkgver=243.8d52963
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')
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=('b2cce7a77ca54388a878bb3dda7aa0b2a32ae0ae7a76b23a5ddf4fd1bd8c855b')
+sha256sums=('272c260677872e81ced6ae483bf90ef0865a95ec98faffd86d40e617ff2f6a8c')
package()
{