From b30e224130a0d3624e08570c1bba3570f899dc6c Mon Sep 17 00:00:00 2001 From: NBonaparte Date: Sun, 3 Dec 2017 15:29:44 -0800 Subject: [PATCH] fix(aur): update to 3.1.0 (#883) --- contrib/polybar.aur/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"