summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostworx2020-09-28 21:19:14 +0200
committerfrostworx2020-09-28 21:19:14 +0200
commit3f88f3af9d1154e1d7d36d05cb2db4aad5b797c4 (patch)
tree89b7e559bbec83da911ee3323670c1c1d9f97625
parentaacc31747f500699e008d6077bb8f08aeb99890a (diff)
downloadaur-3f88f3af9d1154e1d7d36d05cb2db4aad5b797c4.tar.gz
added note for optional xorg-xwininfo dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aedc17b0d63f..f8f850937f4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = steamtinkerlaunch
pkgdesc = Wrapper script for Steam custom launch options
pkgver = 2.0.6
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
license = GPL3
@@ -15,7 +15,7 @@ pkgbase = steamtinkerlaunch
optdepends = unzip: for optional reshade download
optdepends = git: for pulling optional shaders
optdepends = xdotool: for playing regular games side-by-side in VR
- optdepends = xorg-xwininfo: for playing regular games side-by-side in VR
+ optdepends = xorg-xwininfo: for playing regular games side-by-side in VR and for automatic resolution detection
optdepends = vr-video-player: for playing regular games side-by-side in VR
optdepends = nyrna: for using Nyrna per game
optdepends = replay-sorcery: for using Replay-Sorcery per game
diff --git a/PKGBUILD b/PKGBUILD
index e10441288310..4ea639e4f11f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Co-Maintainer: Marcel Unbehaun <f.rostze.ux at gmail dot com>
pkgname=steamtinkerlaunch
pkgver=2.0.6
-pkgrel=2
+pkgrel=3
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
url="https://github.com/frostworx/steamtinkerlaunch"
@@ -21,7 +21,7 @@ optdepends=(
'unzip: for optional reshade download'
'git: for pulling optional shaders'
'xdotool: for playing regular games side-by-side in VR'
- 'xorg-xwininfo: for playing regular games side-by-side in VR'
+ 'xorg-xwininfo: for playing regular games side-by-side in VR and for automatic resolution detection'
'vr-video-player: for playing regular games side-by-side in VR'
'nyrna: for using Nyrna per game'
'replay-sorcery: for using Replay-Sorcery per game'