summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Walls2018-06-15 19:14:13 +0100
committerJosh Walls2018-06-15 19:14:13 +0100
commit0659d62867342f53adc04cb905407416fafd04f7 (patch)
treeaf1e9a187c415bd557664c73e0a27e65e4794a72
parent108c0e14e3b62ab5759932ab8055ff37618207dc (diff)
downloadaur-0659d62867342f53adc04cb905407416fafd04f7.tar.gz
Fixed dependency to i3
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 655bd1e69ae8..4a53129a5f8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver='0.2'
pkgrel=2
pkgdesc="Dynamically rename i3wm workspaces depending on windows"
url="https://gitlab.com/flib99/i3-workspace-names"
-depends=('python' 'i3')
+depends=('python' 'i3-wm')
makedepends=('python-setuptools')
license=('GPL')
arch=('any')