summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwheatdog2019-03-14 22:14:06 +0800
committerwheatdog2019-03-14 22:14:06 +0800
commitccdc21068f5981f43841382e7b9342de19a2fb46 (patch)
treefd3652d9d6c063aef366e8330eccb37e9dbb1927
parentaa59a697e79ccf67c26d198103ab5010b5a10435 (diff)
downloadaur-ccdc21068f5981f43841382e7b9342de19a2fb46.tar.gz
upgpkg: Add missing dependency i3ipc-python
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46eed8f2e8b7..c3e1f5dcba44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = i3-workspace-groups
makedepends = git
depends = python
depends = i3-wm
+ depends = i3ipc-python
source = git+https://github.com/infokiller/i3-workspace-groups#tag=0.2.0
sha256sums = SKIP
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"