summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 040b460ad8eb..15d9c5a6556b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = polybar
pkgdesc = A fast and easy-to-use status bar
- pkgver = 2.5.2
- pkgrel = 3
+ pkgver = 3.0.0
+ pkgrel = 1
url = https://github.com/jaagr/polybar
arch = i686
arch = x86_64
@@ -10,9 +10,10 @@ pkgbase = polybar
makedepends = python
makedepends = python2
makedepends = pkg-config
- depends = libxft
- depends = xcb-util-wm
+ depends = cairo
depends = xcb-util-image
+ depends = xcb-util-wm
+ depends = xcb-util-xrm
optdepends = alsa-lib: volume module support
optdepends = libmpdclient: mpd module support
optdepends = wireless_tools: network module support
@@ -24,7 +25,7 @@ pkgbase = polybar
conflicts = polybar-git
conflicts = lemonbuddy-git
conflicts = lemonbuddy
- source = polybar::git+https://github.com/jaagr/polybar.git#tag=2.5.2
+ source = polybar::git+https://github.com/jaagr/polybar.git#tag=3.0.0
install = polybar.install
md5sums = SKIP
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"