summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwheatdog2019-03-14 22:14:06 +0800
committerwheatdog2019-03-14 22:14:06 +0800
commitccdc21068f5981f43841382e7b9342de19a2fb46 (patch)
treefd3652d9d6c063aef366e8330eccb37e9dbb1927 /PKGBUILD
parentaa59a697e79ccf67c26d198103ab5010b5a10435 (diff)
downloadaur-ccdc21068f5981f43841382e7b9342de19a2fb46.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 45af35fb210f..a9738868f6b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
license=('MIT')
source=("git+https://github.com/infokiller/i3-workspace-groups#tag=$pkgver")
sha256sums=('SKIP')
-depends=('python' 'i3-wm')
+depends=('python' 'i3-wm' 'i3ipc-python')
makedepends=('python-setuptools' 'git')
install="${pkgname}.install"