summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da1d4922e6d6..aedc17b0d63f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = steamtinkerlaunch
pkgdesc = Wrapper script for Steam custom launch options
pkgver = 2.0.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
license = GPL3
@@ -30,7 +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
+ optdepends = xorg-xrandr: optional for automatic resolution detection
source = steamtinkerlaunch-2.0.6.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v2.0.6.tar.gz
sha256sums = 728a949f62883a8a531b0bba31ee451b1120abc5c1fb3d426b441b583550e4e0
diff --git a/PKGBUILD b/PKGBUILD
index 1329f26c7cff..e10441288310 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.6
-pkgrel=1
+pkgrel=2
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
url="https://github.com/frostworx/steamtinkerlaunch"
@@ -36,7 +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'
+ 'xorg-xrandr: optional for automatic resolution detection'
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")