summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrestis Floros2018-12-19 02:19:15 +0200
committerOrestis Floros2018-12-19 02:19:15 +0200
commit3f9b7fb9f5c5f75fa5e09eb0e151781fd2dc9ef4 (patch)
treece90a55175dd2bfb3aedf3cf6dca9a7466a13772
parentff930c0d64972ad18a5e4db16a7068380f9393c7 (diff)
downloadaur-3f9b7fb9f5c5f75fa5e09eb0e151781fd2dc9ef4.tar.gz
Add libxkbfile dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47d3e0342ecf..19a1c35a81e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = xkb-switch-git
makedepends = git
makedepends = cmake
depends = libx11
+ depends = libxkbfile
provides = xkb-switch
conflicts = xkb-switch
source = git+git://github.com/ierton/xkb-switch
diff --git a/PKGBUILD b/PKGBUILD
index 4652ec9f4e45..228e013b466a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Program that allows to query and change the XKB layout state'
arch=('i686' 'x86_64')
url='https://github.com/ierton/xkb-switch'
license=('GPL3')
-depends=('libx11')
+depends=('libx11' 'libxkbfile')
provides=('xkb-switch')
conflicts=('xkb-switch')
makedepends=('git' 'cmake')