summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostworx2020-09-28 19:52:19 +0200
committerfrostworx2020-09-28 19:52:19 +0200
commit11c089c2a7bb9e766e602e87399a35adce6f8ef6 (patch)
treecf3bf0d4a0ce4f67d3fd10fa9c763fac8a81e1b4
parent1b356b68a83b8df7f50e62f565d947c304488a60 (diff)
downloadaur-11c089c2a7bb9e766e602e87399a35adce6f8ef6.tar.gz
added xorg-xrandr as optional dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73e75d599e04..51795fda5e89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = steamtinkerlaunch
pkgdesc = Wrapper script for Steam custom launch options
pkgver = 2.0.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
license = GPL3
@@ -30,6 +30,7 @@ pkgbase = steamtinkerlaunch
optdepends = libnotify: for optional Notifier
optdepends = yad: for the optional Settings Menu
optdepends = zenity: optional for the Editor Dialog
+ optdepends = xrandr: optional for automatic resolution detection
source = steamtinkerlaunch-2.0.5.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v2.0.5.tar.gz
sha256sums = f43dc92cba96d314f8e9568689aba2059c20477d703396e50b216e5d20c2a9f2
diff --git a/PKGBUILD b/PKGBUILD
index 2fbe5149a34b..43c7078abfba 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.5
-pkgrel=1
+pkgrel=2
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
url="https://github.com/frostworx/steamtinkerlaunch"
@@ -36,6 +36,7 @@ optdepends=(
'libnotify: for optional Notifier'
'yad: for the optional Settings Menu'
'zenity: optional for the Editor Dialog'
+ 'xrandr: optional for automatic resolution detection'
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")