summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Carlberg2016-11-20 03:10:05 +0100
committerMichael Carlberg2016-11-20 03:10:05 +0100
commit6ecdecd92385266398e24c541765dec7f39e774e (patch)
tree30d125c0cf5f241d5bce4fb67741fdbe195e8480 /PKGBUILD
parent5d90c772ec11e2764e67142f743fc4e730f46019 (diff)
downloadaur-6ecdecd92385266398e24c541765dec7f39e774e.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad3395ead0ad..a7a80f929920 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Carlberg <c@rlberg.se>
# Contributor: Michael Carlberg <c@rlberg.se>
pkgname=polybar
-pkgver=2.3.0
+pkgver=2.3.1
pkgrel=1
pkgdesc="A fast and easy-to-use status bar"
arch=("i686" "x86_64")
@@ -12,7 +12,9 @@ optdepends=("alsa-lib: volume module support"
"libmpdclient: mpd module support"
"wireless_tools: network module support"
"jsoncpp: i3 module support"
- "i3ipc-glib-git: i3 module support")
+ "i3ipc-glib-git: i3 module support"
+ "ttf-unifont: Font used in example config"
+ "siji-git: Font used in example config")
makedepends=("cmake" "python2" "pkg-config" "boost")
conflicts=("polybar-git" "lemonbuddy-git" "lemonbuddy")
source=("${pkgname}::git+${url}.git#tag=${pkgver}")