summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostworx2020-07-28 17:37:06 +0200
committerfrostworx2020-07-28 17:37:06 +0200
commit6bc7777348bccb4ecc7ef61c6750148b5ecce12d (patch)
treee240dec0b1e2cd6708f7f8f64d00f68dd0a02fff
parentf413d97615e499ffc32093711da1a469d2fb20d0 (diff)
downloadaur-6bc7777348bccb4ecc7ef61c6750148b5ecce12d.tar.gz
update to v0.99.9
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dffca0596563..57019cd6a286 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steamtinkerlaunch
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 0.99.6
+ pkgver = 0.99.9
pkgrel = 1
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
@@ -19,9 +19,10 @@ pkgbase = steamtinkerlaunch
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 = nyrna: for using Nyrna per game
+ optdepends = replay-sorcery: for using Replay-Sorcery per game
optdepends = wmctrl: for optional minimize/maximize of all open windows on game start/stop
optdepends = net-tools: for optional network monitoring
- source = git+https://github.com/frostworx/steamtinkerlaunch.git#commit=9cd09942318ff2cd86b8ee6c0c759129c81f394c
+ source = git+https://github.com/frostworx/steamtinkerlaunch.git#commit=5459b2b00d2de8501bd8a5c3669dcbbad8646cc2
sha1sums = SKIP
pkgname = steamtinkerlaunch
diff --git a/PKGBUILD b/PKGBUILD
index a2a2688b56e6..98f0f63938b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
# Co-Maintainer: Marcel Unbehaun <f.rostze.ux at gmail dot com>
pkgname=steamtinkerlaunch
-pkgver=0.99.6
+pkgver=0.99.9
pkgrel=1
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
@@ -23,10 +23,11 @@ optdepends=(
'xorg-xwininfo: for playing regular games side-by-side in VR'
'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'
'wmctrl: for optional minimize/maximize of all open windows on game start/stop'
'net-tools: for optional network monitoring'
)
-_commit='9cd09942318ff2cd86b8ee6c0c759129c81f394c'
+_commit='5459b2b00d2de8501bd8a5c3669dcbbad8646cc2'
source=("git+https://github.com/frostworx/steamtinkerlaunch.git#commit=$_commit")
sha1sums=('SKIP')