summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Hansen2018-03-16 08:04:41 -0700
committerScott Hansen2018-03-16 08:04:41 -0700
commit958ff2ca5e8b63c3b4d52a20df93faf6fbed71c2 (patch)
tree213f9db622a45fe5dd3a2f8fa50fd03f5f1b35a0
parentf944e85934b1fc64dee08578ecad8caaaaba294c (diff)
downloadaur-958ff2ca5e8b63c3b4d52a20df93faf6fbed71c2.tar.gz
Add xdotool as an optdepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76e84d845298..927e358c4957 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = python-keepmenu-git
depends = python-pyuserinput-git
optdepends = dmenu: either dmenu or rofi is required
optdepends = rofi: either dmenu or rofi is required
+ optdepends = xdotool: required for typing non-U.S. Unicode characters
provides = python-keepmenu
conflicts = python-keepmenu
source = git://github.com/firecat53/keepmenu.git
diff --git a/PKGBUILD b/PKGBUILD
index 09c2ba0d43e6..60d89d9692eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,8 @@ license=('MIT')
depends=('python' 'python-pykeepass' 'python-pyuserinput-git')
makedepends=('git')
optdepends=('dmenu: either dmenu or rofi is required'
- 'rofi: either dmenu or rofi is required')
+ 'rofi: either dmenu or rofi is required'
+ 'xdotool: required for typing non-U.S. Unicode characters')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("git://github.com/firecat53/$_gitname.git")