summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5cbac2cb12e..e5f4f86fd861 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,8 @@ provides=('xkb-switch')
arch=('i686' 'x86_64')
url="https://github.com/zebradil/${_pkgname}"
license=('GPL3')
-depends=('libx11' 'libxkbfile')
-makedepends=('git' 'cmake')
+depends=('libx11' 'libxkbfile' 'i3-wm')
+makedepends=('git' 'cmake' 'libsigc++')
source=(
"git+https://github.com/zebradil/${_pkgname}.git#branch=master"
"git+https://github.com/drmgc/i3ipcpp.git"