diff --git a/README.md b/README.md index 15542d02..c25d5e88 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,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.0.5 --recursive https://github.com/jaagr/polybar + $ git clone --branch 3.1.0 --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 7cc43c9f..1d1cabdc 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.0.5 -pkgrel=4 +pkgver=3.1.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 548c7b18..56c41d47 100644 --- a/contrib/polybar.aur/PKGBUILD +++ b/contrib/polybar.aur/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Michael Carlberg # Contributor: Michael Carlberg pkgname=polybar -pkgver=3.0.5 -pkgrel=4 +pkgver=3.1.0 +pkgrel=1 pkgdesc="A fast and easy-to-use status bar" arch=("i686" "x86_64") url="https://github.com/jaagr/polybar" @@ -16,7 +16,7 @@ optdepends=("alsa-lib: volume module support" "ttf-unifont: Font used in example config" "siji-git: Font used in example config" "curl: github module support") -makedepends=("clang" "cmake" "git" "python" "python2" "pkg-config") +makedepends=("cmake" "git" "python" "python2" "pkg-config") conflicts=("polybar-git") install="${pkgname}.install" source=("${pkgname}::git+${url}.git#tag=${pkgver}") @@ -24,13 +24,12 @@ md5sums=("SKIP") prepare() { git -C "${pkgname}" submodule update --init --recursive - git -C "${pkgname}" cherry-pick -n d35abc7620c8f06618b4708d9a969dfa2f309e96 mkdir -p "${pkgname}/build" } build() { cd "${pkgname}/build" || exit 1 - cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_C_COMPILER="clang" -DCMAKE_CXX_COMPILER="clang++" .. + cmake -DCMAKE_INSTALL_PREFIX=/usr .. cmake --build . } diff --git a/include/version.hpp b/include/version.hpp index ba0f3cbe..f8057be6 100644 --- a/include/version.hpp +++ b/include/version.hpp @@ -1,4 +1,4 @@ #pragma once -#define GIT_TAG "3.0.5" -#define GIT_TAG_NAMESPACE v3_0_5 +#define GIT_TAG "3.1.0" +#define GIT_TAG_NAMESPACE v3_1_0