summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNBonaparte2018-03-20 18:02:40 -0700
committerNBonaparte2018-03-20 18:02:40 -0700
commit5d9a2a2ba282b93ce079a663ecb51325591348c4 (patch)
treee66848826942f9f7352e6a679ee5c49465d529b8
parentc2a4b5506f39f92d6c52397e29fa85a6a7956c6a (diff)
downloadaur-5d9a2a2ba282b93ce079a663ecb51325591348c4.tar.gz
Add i3-wm dependency
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7d48a06a4ed..bf9a1adb8ce5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,17 @@
# Contributor: Michael Carlberg <c@rlberg.se>
pkgname=polybar
pkgver=3.1.0
-pkgrel=3
+pkgrel=4
pkgdesc="A fast and easy-to-use status bar"
arch=("i686" "x86_64")
url="https://github.com/jaagr/polybar"
license=("MIT")
depends=("cairo" "xcb-util-image" "xcb-util-wm" "xcb-util-xrm" "xcb-util-cursor")
-optdepends=("alsa-lib: volume module support"
+optdepends=("alsa-lib: alsa module support"
"libmpdclient: mpd module support"
"wireless_tools: network module support"
"jsoncpp: i3 module support"
+ "i3-wm: i3 module support"
"ttf-unifont: Font used in example config"
"siji-git: Font used in example config"
"curl: github module support")