summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostwork2020-11-10 15:59:44 +0100
committerfrostwork2020-11-10 15:59:44 +0100
commit9b7005a1f1a5bd978722d4ef0abf7f6c424ffae7 (patch)
treeee9d5e84eb44ccdf429f88ad4093875353d0dd51
parent1a492bef25c484f6f082d2f167c159644359d9d8 (diff)
downloadaur-9b7005a1f1a5bd978722d4ef0abf7f6c424ffae7.tar.gz
update to v2.8.0
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 751b4df65807..da7f30f95eae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
# Co-Maintainer: Marcel Unbehaun <f.rostze.ux at gmail dot com>
pkgname=steamtinkerlaunch
-pkgver=2.7.0
+pkgver=2.8.0
pkgrel=1
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
url="https://github.com/frostworx/steamtinkerlaunch"
license=('GPL3')
-depends=('bash' 'git' 'procps-ng' 'unzip' 'wget' 'which' 'wmctrl' 'xdotool' 'xorg-xprop' 'xorg-xrandr' 'xorg-xwininfo' 'yad')
+depends=('bash' 'git' 'procps-ng' 'unzip' 'wget' 'which' 'xdotool' 'xorg-xprop' 'xorg-xrandr' 'xorg-xwininfo' 'yad')
optdepends=(
'strace: write a strace log of the launched game'
'gamemode: for using GameMode per game'
@@ -25,14 +25,13 @@ optdepends=(
'gameconqueror: for optional cheating'
'gamescope: for optional GameScope support'
'libnotify: for optional Notifier'
- 'zenity: optional for the Editor Dialog'
'cabextract: optional for extracting the wmp10 setup archive'
'usbutils: optional for a quick VR HMD presence check'
'jq: optional for extracting game names from the steam api'
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('9a1635f4cc08c07ca8b2e58ac2332d3b5b2f76e001c09093aaba78538ef4b9b8')
+sha256sums=('1b9b4f0a1f8cce727d1951d42fcc5a5cad3b44f1cf970607e7eccdadce369086')
package() {
cd "$srcdir/$pkgname-${pkgver}"