summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69d94b3fe054..f7bea2819707 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steamtinkerlaunch
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 0.99.2
+ pkgver = 0.99.3
pkgrel = 1
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
@@ -8,7 +8,6 @@ pkgbase = steamtinkerlaunch
makedepends = git
depends = bash
optdepends = strace
- optdepends = zenity
optdepends = gamemode
optdepends = mangohud
optdepends = vkbasalt
@@ -19,10 +18,9 @@ pkgbase = steamtinkerlaunch
optdepends = xdotool: for playing regular games side-by-side in VR
optdepends = xorg-xwininfo: for playing regular games side-by-side in VR
optdepends = vr-video-player: for playing regular games side-by-side in VR
- optdepends = xdg-utils: for opening the ProtonDB URL of started game
optdepends = nyrna: for using nyrna per game
optdepends = wmctrl: for optional minimize/maximize of all open windows on game start/stop
- source = git+https://github.com/frostworx/steamtinkerlaunch.git#commit=771af0c689234a797cb8a15786ca755513d65c05
+ source = git+https://github.com/frostworx/steamtinkerlaunch.git#commit=c753430a035922436aab95e92f1e8f772cfd6b65
sha1sums = SKIP
pkgname = steamtinkerlaunch
diff --git a/PKGBUILD b/PKGBUILD
index 8a03088654bf..ffe54f58f17c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alan Jenkins <alan.james.jenkins@gmail.com>
# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>, Marcel Unbehaun <f.rostze.ux at gmail dot com>
pkgname=steamtinkerlaunch
-pkgver=0.99.2
+pkgver=0.99.3
pkgrel=1
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
@@ -11,7 +11,6 @@ depends=('bash')
makedepends=('git')
optdepends=(
'strace'
- 'zenity'
'gamemode'
'mangohud'
'vkbasalt'
@@ -22,11 +21,10 @@ optdepends=(
'xdotool: for playing regular games side-by-side in VR'
'xorg-xwininfo: for playing regular games side-by-side in VR'
'vr-video-player: for playing regular games side-by-side in VR'
- 'xdg-utils: for opening the ProtonDB URL of started game'
'nyrna: for using nyrna per game'
'wmctrl: for optional minimize/maximize of all open windows on game start/stop'
)
-_commit='771af0c689234a797cb8a15786ca755513d65c05'
+_commit='c753430a035922436aab95e92f1e8f772cfd6b65'
source=("git+https://github.com/frostworx/steamtinkerlaunch.git#commit=$_commit")
sha1sums=('SKIP')