build: Bump version to 2.3.1

This commit is contained in:
Michael Carlberg 2016-11-20 03:00:36 +01:00
parent fd3c3775e4
commit 376c483dd4
6 changed files with 7 additions and 7 deletions

View File

@ -93,7 +93,7 @@ $ apt-get install cmake cmake-data libboost-dev libfreetype6-dev libxcb1-dev lib
Please [report any problems](https://github.com/jaagr/polybar/issues/new) you run into when building the project.
~~~ sh
$ git clone --branch 2.3.0 --recursive https://github.com/jaagr/polybar
$ git clone --branch 2.3.1 --recursive https://github.com/jaagr/polybar
$ mkdir polybar/build
$ cd polybar/build
$ cmake -DCMAKE_BUILD_TYPE=Release ..

View File

@ -1,6 +1,6 @@
pkgbase = polybar-git
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

View File

@ -2,7 +2,7 @@
# Contributor: Michael Carlberg <c@rlberg.se>
_pkgname=polybar
pkgname="${_pkgname}-git"
pkgver=2.3.0
pkgver=2.3.1
pkgrel=1
pkgdesc="A fast and easy-to-use status bar"
arch=("i686" "x86_64")

View File

@ -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
@ -21,7 +21,7 @@ pkgbase = polybar
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

View File

@ -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")

View File

@ -1,3 +1,3 @@
#pragma once
#define GIT_TAG "2.3.0"
#define GIT_TAG "2.3.1"