summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostworx2020-07-22 10:56:13 +0200
committerfrostworx2020-07-22 10:56:13 +0200
commit997f2da98e76083b63e89c16098f26d72bbb57cb (patch)
tree1729ac5d69cadece83d92b9e2013f2b77a514527
parentea970aec15e66d5433aa4d315e00bf46a0fb54a9 (diff)
downloadaur-997f2da98e76083b63e89c16098f26d72bbb57cb.tar.gz
update to v0.99.5
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b34dfebd8dbe..2f5b72bd2556 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steamtinkerlaunch
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 0.99.4
+ pkgver = 0.99.5
pkgrel = 1
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
@@ -20,7 +20,8 @@ pkgbase = steamtinkerlaunch
optdepends = vr-video-player: for playing regular games side-by-side in VR
optdepends = nyrna: for using nyrna per game
optdepends = wmctrl: for optional minimize/maximize of all open windows on game start/stop
- source = git+https://github.com/frostworx/steamtinkerlaunch.git#commit=8e79ebf71b5cffcbf5f3fa8a0b6d47d8c94c1b54
+ optdepends = net-tools: for optional network monitoring
+ source = git+https://github.com/frostworx/steamtinkerlaunch.git#commit=7e5ac8918fe153477ba3b8280d79f8d67e24b881
sha1sums = SKIP
pkgname = steamtinkerlaunch
diff --git a/PKGBUILD b/PKGBUILD
index 864149fa7f39..819d5a319bdf 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.99.4
+pkgver=0.99.5
pkgrel=1
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
@@ -23,8 +23,9 @@ optdepends=(
'vr-video-player: for playing regular games side-by-side in VR'
'nyrna: for using nyrna per game'
'wmctrl: for optional minimize/maximize of all open windows on game start/stop'
+ 'net-tools: for optional network monitoring'
)
-_commit='8e79ebf71b5cffcbf5f3fa8a0b6d47d8c94c1b54'
+_commit='7e5ac8918fe153477ba3b8280d79f8d67e24b881'
source=("git+https://github.com/frostworx/steamtinkerlaunch.git#commit=$_commit")
sha1sums=('SKIP')