summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 402260789923..d782a0cbeeb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = steamtinkerlaunch
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 0.91
- pkgrel = 2
+ pkgver = 0.92
+ pkgrel = 1
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
license = GPL3
@@ -20,7 +20,7 @@ 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=c1f6d094b7c5456211bed42dfa5ac62253670e84
+ source = git+https://github.com/frostworx/steamtinkerlaunch.git#commit=806f915facabeef1a6e72d4647995123df2b6daf
sha1sums = SKIP
pkgname = steamtinkerlaunch
diff --git a/PKGBUILD b/PKGBUILD
index d533e5031f9f..5700867914a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# https://aur.archlinux.org/packages/steamtinkerlaunch
pkgname=steamtinkerlaunch
-pkgver=0.91
-pkgrel=2
+pkgver=0.92
+pkgrel=1
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
url="https://github.com/frostworx/steamtinkerlaunch"
@@ -26,7 +26,7 @@ optdepends=(
'vr-video-player: for playing regular games side-by-side in VR'
'xdg-utils: for opening the ProtonDB URL of started game'
)
-_commit='c1f6d094b7c5456211bed42dfa5ac62253670e84'
+_commit='806f915facabeef1a6e72d4647995123df2b6daf'
source=("git+https://github.com/frostworx/steamtinkerlaunch.git#commit=$_commit")
sha1sums=('SKIP')