summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshellkr2016-06-25 03:09:37 +0200
committershellkr2016-06-25 03:09:37 +0200
commit9b0648c700f32b0fb10a95623467360a3267712b (patch)
tree2b811791842ef31c04a2c1c522dc0fc153500ad0
parent4b9fda3d2aa8460e3396945a81bf931669351e34 (diff)
downloadaur-9b0648c700f32b0fb10a95623467360a3267712b.tar.gz
Added xorg-setxkbmap as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13851b27ad1c..29564f8f90d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jun 24 22:05:07 UTC 2016
+# Sat Jun 25 01:08:08 UTC 2016
pkgbase = textsuggest-git
pkgdesc = Simple Linux utility to autocomplete words using rofi
pkgver = r23.1519640
@@ -10,6 +10,7 @@ pkgbase = textsuggest-git
makedepends = git
depends = python
depends = rofi
+ depends = xorg-setxkbmap
depends = xdotool
depends = xclip
provides = textsuggest
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")