summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheCynicalLiger2021-01-12 13:26:00 +0000
committerTheCynicalLiger2021-01-12 13:26:00 +0000
commitb26b5f05eaa6b559c7c4e33b8fb685cf10fb12ed (patch)
tree6b403c9cf830c954af5edc719e65d86ed71e2924
parent7b27dd2bc0188eb1df02e525fee86dc5e3fa8bc2 (diff)
downloadaur-b26b5f05eaa6b559c7c4e33b8fb685cf10fb12ed.tar.gz
update depends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff31d434311a..1cea4401bbcd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = i3-swallow
license = CC BY-NC-SA 4.0
makedepends = git
depends = xdo
+ depends = python-i3ipc
conflicts = i3-swallow-git
source = i3-swallow-2021.01.01.tar.gz::https://github.com/TheCynicalTeam/i3-swallow/archive/2021.01.01.tar.gz
sha256sums = ab06d29b0889a7cbe1b1cf601da84b64ce3b7a8f51d03b9fc3b49f2e71a73aea
diff --git a/PKGBUILD b/PKGBUILD
index 7ca9ab279d8c..2cd1c4adbd4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Swallow a terminal window after a blocking application is run in i3"
arch=('any')
url="https://github.com/TheCynicalTeam/i3-swallow"
license=('CC BY-NC-SA 4.0')
-depends=('xdo')
+depends=('xdo' 'python-i3ipc')
makedepends=('git')
conflicts=('i3-swallow-git')
changelog=