summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorshellkr2016-06-25 03:09:37 +0200
committershellkr2016-06-25 03:09:37 +0200
commit9b0648c700f32b0fb10a95623467360a3267712b (patch)
tree2b811791842ef31c04a2c1c522dc0fc153500ad0 /PKGBUILD
parent4b9fda3d2aa8460e3396945a81bf931669351e34 (diff)
downloadaur-9b0648c700f32b0fb10a95623467360a3267712b.tar.gz
Added xorg-setxkbmap as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8704c92ce60..af6e5f3ed25c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Simple Linux utility to autocomplete words using rofi'
arch=('any')
url="https://github.com/bharadwaj-raju/TextSuggest"
license=('GPL3')
-depends=('python' 'rofi' 'xdotool' 'xclip')
+depends=('python' 'rofi' 'xorg-setxkbmap' 'xdotool' 'xclip')
makedepends=('git')
provides=("$_gitname")
source=("$_gitname::git+https://github.com/bharadwaj-raju/TextSuggest.git")