summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerman Lashevich2019-12-15 15:06:07 +0100
committerGerman Lashevich2019-12-15 15:06:07 +0100
commit26b27defa4775742209ffa2a78d4837804726e71 (patch)
tree6492bd8268ad380aac5c78916d4ed93445cb1502
parente793c8c545e164ea66285373a8cd95008ddd5237 (diff)
downloadaur-26b27defa4775742209ffa2a78d4837804726e71.tar.gz
Add missed dependecies
-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"