summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Carlberg2017-01-25 15:32:00 +0100
committerMichael Carlberg2017-01-25 15:32:00 +0100
commit9d6a7c993730a7fd16ac53a428af9e5e63351da4 (patch)
tree42475f4792075f84c820062d37ac851594234701 /PKGBUILD
parentd65b627418afc3e8e5eac02f8f38858c5b7194ea (diff)
downloadaur-9d6a7c993730a7fd16ac53a428af9e5e63351da4.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03dbf46a3976..398e58100e47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Michael Carlberg <c@rlberg.se>
# Contributor: Michael Carlberg <c@rlberg.se>
pkgname=polybar
-pkgver=2.5.2
-pkgrel=3
+pkgver=3.0.0
+pkgrel=1
pkgdesc="A fast and easy-to-use status bar"
arch=("i686" "x86_64")
url="https://github.com/jaagr/polybar"
license=("MIT")
-depends=("libxft" "xcb-util-wm" "xcb-util-image")
+depends=("cairo" "xcb-util-image" "xcb-util-wm" "xcb-util-xrm")
optdepends=("alsa-lib: volume module support"
"libmpdclient: mpd module support"
"wireless_tools: network module support"