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 23a73f778706..7c0b8fa715b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = steamtinkerlaunch
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 0.95
- pkgrel = 2
+ pkgver = 0.97
+ 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=3070ea4c603ec9ed533da3c777fd937dc0403fc0
+ source = git+https://github.com/frostworx/steamtinkerlaunch.git#commit=04da871730cb9b03c1e1d6bec85b6e3beb6b7e26
sha1sums = SKIP
pkgname = steamtinkerlaunch
diff --git a/PKGBUILD b/PKGBUILD
index e3f006e8fe5e..9dfc0543ec71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Alan Jenkins <alan.james.jenkins@gmail.com>
# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=steamtinkerlaunch
-pkgver=0.95
-pkgrel=2
+pkgver=0.97
+pkgrel=1
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
url="https://github.com/frostworx/steamtinkerlaunch"
@@ -24,7 +24,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='3070ea4c603ec9ed533da3c777fd937dc0403fc0'
+_commit='04da871730cb9b03c1e1d6bec85b6e3beb6b7e26'
source=("git+https://github.com/frostworx/steamtinkerlaunch.git#commit=$_commit")
sha1sums=('SKIP')