summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore11
-rw-r--r--PKGBUILD8
3 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd0bf5f6881d..dfa506e968ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steamtinkerlaunch
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 0.94
+ pkgver = 0.95
pkgrel = 1
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
@@ -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=d5a1788f21ec9165bd1cf73b2d78213f5ab43d01
+ source = git+https://github.com/frostworx/steamtinkerlaunch.git#commit=3070ea4c603ec9ed533da3c777fd937dc0403fc0
sha1sums = SKIP
pkgname = steamtinkerlaunch
diff --git a/.gitignore b/.gitignore
index 3e843d9e18fa..4dab8d6386e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,7 @@
-pkg/
-src/
-*.pkg.tar.*
-steamtinkerlaunch/
+# Ignore everything
+*
+
+# But not these files...
+!.gitignore
+!PKGBUILD
+!.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index 616a7823c2b3..482c0ae5b74e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,7 @@
# Maintainer: Alan Jenkins <alan.james.jenkins@gmail.com>
-# Contributor: Mark Wagie <mark.wagie@tutanota.com>
-
-# https://aur.archlinux.org/packages/steamtinkerlaunch
+# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=steamtinkerlaunch
-pkgver=0.94
+pkgver=0.95
pkgrel=1
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
@@ -26,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='d5a1788f21ec9165bd1cf73b2d78213f5ab43d01'
+_commit='3070ea4c603ec9ed533da3c777fd937dc0403fc0'
source=("git+https://github.com/frostworx/steamtinkerlaunch.git#commit=$_commit")
sha1sums=('SKIP')