summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwheatdog2019-03-14 22:14:06 +0800
committerwheatdog2019-03-14 22:14:06 +0800
commit297a12318b9bab7d570c3251389d51474f37099d (patch)
treebc8746d7200560460a550fdbf61f2f14706804bf /PKGBUILD
parent2635d98fb576fe4f79267b79b86a9ee822b1dc20 (diff)
downloadaur-297a12318b9bab7d570c3251389d51474f37099d.tar.gz
upgpkg: Add missing dependency i3ipc-python
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31fcfa946774..a594e87f388d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
license=('MIT')
source=("git+https://github.com/infokiller/i3-workspace-groups")
sha256sums=('SKIP')
-depends=('python' 'i3-wm')
+depends=('python' 'i3-wm' 'i3ipc-python')
makedepends=('python-setuptools' 'git')
provides=('i3-workspace-groups')
conflicts=('i3-workspace-groups')