summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostworx2020-07-16 19:41:37 +0200
committerfrostworx2020-07-16 19:41:37 +0200
commit97a588d7063506cbe2b78a784a5f5fbc547532ac (patch)
tree0267793f2b738031e761ed73e27d924215736126
parent41c501dca7fa99703b014c76fc123716dc81c926 (diff)
downloadaur-97a588d7063506cbe2b78a784a5f5fbc547532ac.tar.gz
update to v0.99.0
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8cfceac6664..ec7c915e5d7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steamtinkerlaunch
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 0.98.1
+ pkgver = 0.99.0
pkgrel = 1
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
@@ -20,7 +20,8 @@ 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 = xdg-utils: for opening the ProtonDB URL of started game
- source = git+https://github.com/frostworx/steamtinkerlaunch.git#commit=a849a257ba9c2ef4f7a9088ef3e658afdf854a5a
+ optdepends = nyrna: for using nyrna per game
+ source = git+https://github.com/frostworx/steamtinkerlaunch.git#commit=c65f5ac248fb28fa6baab47dfb064496d297e0d9
sha1sums = SKIP
pkgname = steamtinkerlaunch
diff --git a/PKGBUILD b/PKGBUILD
index 0d182f180cc9..2b84f9155066 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.98.1
+pkgver=0.99.0
pkgrel=1
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
@@ -23,8 +23,9 @@ optdepends=(
'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'
)
-_commit='a849a257ba9c2ef4f7a9088ef3e658afdf854a5a'
+_commit='c65f5ac248fb28fa6baab47dfb064496d297e0d9'
source=("git+https://github.com/frostworx/steamtinkerlaunch.git#commit=$_commit")
sha1sums=('SKIP')