diff --git a/contrib/polybar.aur/PKGBUILD b/contrib/polybar.aur/PKGBUILD index 56c41d47..7209c86b 100644 --- a/contrib/polybar.aur/PKGBUILD +++ b/contrib/polybar.aur/PKGBUILD @@ -2,12 +2,12 @@ # Contributor: Michael Carlberg pkgname=polybar pkgver=3.1.0 -pkgrel=1 +pkgrel=2 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") +depends=("cairo" "xcb-util-image" "xcb-util-wm" "xcb-util-xrm" "xcb-util-cursor") optdepends=("alsa-lib: volume module support" "libmpdclient: mpd module support" "wireless_tools: network module support"