diff --git a/README.md b/README.md index 47916885..d3e0cd2a 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ Find a more complete list on the [dedicated wiki page](https://github.com/jaagr/ Please [report any problems](https://github.com/jaagr/polybar/issues/new) you run into when building the project. ~~~ sh - $ git clone --branch 3.1.0 --recursive https://github.com/jaagr/polybar + $ git clone --branch 3.2 --recursive https://github.com/jaagr/polybar $ mkdir polybar/build $ cd polybar/build $ cmake .. diff --git a/contrib/polybar-git.aur/PKGBUILD b/contrib/polybar-git.aur/PKGBUILD index b19240b9..06451acb 100644 --- a/contrib/polybar-git.aur/PKGBUILD +++ b/contrib/polybar-git.aur/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: Michael Carlberg _pkgname=polybar pkgname="${_pkgname}-git" -pkgver=3.1.0 -pkgrel=3 +pkgver=3.2.0 +pkgrel=1 pkgdesc="A fast and easy-to-use status bar" arch=("i686" "x86_64") url="https://github.com/jaagr/polybar" diff --git a/contrib/polybar.aur/PKGBUILD b/contrib/polybar.aur/PKGBUILD index 8345c34a..a6802f89 100644 --- a/contrib/polybar.aur/PKGBUILD +++ b/contrib/polybar.aur/PKGBUILD @@ -1,16 +1,18 @@ # Maintainer: Michael Carlberg # Contributor: Michael Carlberg pkgname=polybar -pkgver=3.1.0 -pkgrel=4 +pkgver=3.2.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=("cairo" "xcb-util-image" "xcb-util-wm" "xcb-util-xrm" "xcb-util-cursor") optdepends=("alsa-lib: alsa module support" + "pulseaudio: pulseaudio module support" "libmpdclient: mpd module support" - "wireless_tools: network module support" + "libnl: network module support" + "wireless_tools: network module support (legacy)" "jsoncpp: i3 module support" "i3-wm: i3 module support" "ttf-unifont: Font used in example config" @@ -23,9 +25,7 @@ source=("${pkgname}::git+${url}.git#tag=${pkgver}") md5sums=("SKIP") prepare() { - git -C "${pkgname}" cherry-pick -n 8173a6473e50a3bb0ff15e56644fa45268be84a4 git -C "${pkgname}" submodule update --init --recursive - git -C "${pkgname}/lib/xpp" checkout 00165e1a6d5dd61bc153e1352b21ec07fc81245d mkdir -p "${pkgname}/build" } diff --git a/include/version.hpp b/include/version.hpp index f8057be6..963749bd 100644 --- a/include/version.hpp +++ b/include/version.hpp @@ -1,4 +1,4 @@ #pragma once -#define GIT_TAG "3.1.0" -#define GIT_TAG_NAMESPACE v3_1_0 +#define GIT_TAG "3.2.0" +#define GIT_TAG_NAMESPACE v3_2_0