summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostworx2020-09-26 17:03:30 +0200
committerfrostworx2020-09-26 17:03:30 +0200
commita77c121916799c88a4ea1d654ed70139adab503b (patch)
tree7c12f90fbfdde02d489c9a23e9ef5fe644063792
parentaab41660269c9ff0544bf281267852d3cd6ce7b9 (diff)
downloadaur-a77c121916799c88a4ea1d654ed70139adab503b.tar.gz
added zenity as optional dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ae57389327c..b211e2fcabfa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = steamtinkerlaunch
pkgdesc = Wrapper script for Steam custom launch options
pkgver = 2.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
license = GPL3
@@ -28,7 +28,8 @@ 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
- optdepends = yad: for the optional settings menu
+ optdepends = yad: for the optional Settings Menu
+ optdepends = zenity: optional for the Editor Dialog
source = steamtinkerlaunch-2.0.4.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v2.0.4.tar.gz
sha256sums = eb20966ea2be986276a34a45db94da97f3abd2b3b27e3490a86c1a947c3cff44
diff --git a/PKGBUILD b/PKGBUILD
index 74c8d0b34316..0e83088d9230 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Co-Maintainer: Marcel Unbehaun <f.rostze.ux at gmail dot com>
pkgname=steamtinkerlaunch
pkgver=2.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
url="https://github.com/frostworx/steamtinkerlaunch"
@@ -34,7 +34,8 @@ 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'
+ 'yad: for the optional Settings Menu'
+ 'zenity: optional for the Editor Dialog'
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")