summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostworx2020-09-26 16:50:17 +0200
committerfrostworx2020-09-26 16:50:17 +0200
commitaab41660269c9ff0544bf281267852d3cd6ce7b9 (patch)
treeb79fa84d26257edcb43b30f2b7844da3c67e2ef4
parent511f72a4307dbcefe60c7f5ecf1e1a762e89c0a8 (diff)
downloadaur-aab41660269c9ff0544bf281267852d3cd6ce7b9.tar.gz
update to v2.0.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39c5f16936d4..1ae57389327c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = steamtinkerlaunch
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 2.0.3
- pkgrel = 2
+ pkgver = 2.0.4
+ pkgrel = 1
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
license = GPL3
depends = bash
- depends = yad
optdepends = strace: write a strace log of the launched game
optdepends = gamemode: for using GameMode per game
optdepends = mangohud: for using MangoHUD per game
@@ -29,8 +28,9 @@ pkgbase = steamtinkerlaunch
optdepends = xorg-xprop: for optional window toggle and side-by-side VR
optdepends = gamescope: for optional GameScope support
optdepends = libnotify: for optional Notifier
- source = steamtinkerlaunch-2.0.3.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v2.0.3.tar.gz
- sha256sums = 5f7784f805a8ab7d03da0ae1ac2b7997dee4f79b30426dd042ce43d4c3f79e89
+ optdepends = yad: for the optional settings menu
+ source = steamtinkerlaunch-2.0.4.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v2.0.4.tar.gz
+ sha256sums = eb20966ea2be986276a34a45db94da97f3abd2b3b27e3490a86c1a947c3cff44
pkgname = steamtinkerlaunch
diff --git a/PKGBUILD b/PKGBUILD
index 008f8ffe0c86..74c8d0b34316 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,14 @@
# 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.0.3
-pkgrel=2
+pkgver=2.0.4
+pkgrel=1
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
url="https://github.com/frostworx/steamtinkerlaunch"
license=('GPL3')
depends=(
'bash'
- 'yad'
)
optdepends=(
'strace: write a strace log of the launched game'
@@ -35,10 +34,11 @@ optdepends=(
'xorg-xprop: for optional window toggle and side-by-side VR'
'gamescope: for optional GameScope support'
'libnotify: for optional Notifier'
+ 'yad: for the optional settings menu'
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('5f7784f805a8ab7d03da0ae1ac2b7997dee4f79b30426dd042ce43d4c3f79e89')
+sha256sums=('eb20966ea2be986276a34a45db94da97f3abd2b3b27e3490a86c1a947c3cff44')
package() {
cd "$srcdir/$pkgname-${pkgver}"