summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Carlberg2016-11-20 03:10:05 +0100
committerMichael Carlberg2016-11-20 03:10:05 +0100
commit6ecdecd92385266398e24c541765dec7f39e774e (patch)
tree30d125c0cf5f241d5bce4fb67741fdbe195e8480
parent5d90c772ec11e2764e67142f743fc4e730f46019 (diff)
downloadaur-6ecdecd92385266398e24c541765dec7f39e774e.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a943a17c559d..9d45bd03d962 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = polybar
pkgdesc = A fast and easy-to-use status bar
- pkgver = 2.3.0
+ pkgver = 2.3.1
pkgrel = 1
url = https://github.com/jaagr/polybar
arch = i686
@@ -18,10 +18,12 @@ pkgbase = polybar
optdepends = wireless_tools: network module support
optdepends = jsoncpp: i3 module support
optdepends = i3ipc-glib-git: i3 module support
+ optdepends = ttf-unifont: Font used in example config
+ optdepends = siji-git: Font used in example config
conflicts = polybar-git
conflicts = lemonbuddy-git
conflicts = lemonbuddy
- source = polybar::git+https://github.com/jaagr/polybar.git#tag=2.3.0
+ source = polybar::git+https://github.com/jaagr/polybar.git#tag=2.3.1
md5sums = SKIP
pkgname = polybar
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}")