build: Bump version to 2.0.1

This commit is contained in:
Michael Carlberg 2016-10-19 06:07:09 +02:00
parent d879d6d42e
commit 3eb531b6b5
6 changed files with 9 additions and 9 deletions

View File

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

View File

@ -1,7 +1,7 @@
pkgbase = lemonbuddy-git pkgbase = lemonbuddy-git
pkgdesc = A fast and easy-to-use status bar pkgdesc = A fast and easy-to-use status bar
pkgver = 2.0.0 pkgver = 2.0.1
pkgrel = 2 pkgrel = 1
url = https://github.com/jaagr/lemonbuddy url = https://github.com/jaagr/lemonbuddy
arch = i686 arch = i686
arch = x86_64 arch = x86_64

View File

@ -2,8 +2,8 @@
# Contributor: Michael Carlberg <c@rlberg.se> # Contributor: Michael Carlberg <c@rlberg.se>
_pkgname=lemonbuddy _pkgname=lemonbuddy
pkgname="${_pkgname}-git" pkgname="${_pkgname}-git"
pkgver=2.0.0 pkgver=2.0.1
pkgrel=2 pkgrel=1
pkgdesc="A fast and easy-to-use tool for Lemonbar" pkgdesc="A fast and easy-to-use tool for Lemonbar"
arch=("i686" "x86_64") arch=("i686" "x86_64")
url="https://github.com/jaagr/lemonbuddy" url="https://github.com/jaagr/lemonbuddy"

View File

@ -1,6 +1,6 @@
pkgbase = lemonbuddy pkgbase = lemonbuddy
pkgdesc = A fast and easy-to-use status bar pkgdesc = A fast and easy-to-use status bar
pkgver = 2.0.0 pkgver = 2.0.1
pkgrel = 1 pkgrel = 1
url = https://github.com/jaagr/lemonbuddy url = https://github.com/jaagr/lemonbuddy
arch = i686 arch = i686
@ -21,7 +21,7 @@ pkgbase = lemonbuddy
optdepends = jsoncpp: i3 module support optdepends = jsoncpp: i3 module support
optdepends = i3ipc-glib-git: i3 module support optdepends = i3ipc-glib-git: i3 module support
conflicts = lemonbuddy-git conflicts = lemonbuddy-git
source = lemonbuddy::git+https://github.com/jaagr/lemonbuddy.git#tag=2.0.0 source = lemonbuddy::git+https://github.com/jaagr/lemonbuddy.git#tag=2.0.1
md5sums = SKIP md5sums = SKIP
pkgname = lemonbuddy pkgname = lemonbuddy

View File

@ -1,7 +1,7 @@
# Maintainer: Michael Carlberg <c@rlberg.se> # Maintainer: Michael Carlberg <c@rlberg.se>
# Contributor: Michael Carlberg <c@rlberg.se> # Contributor: Michael Carlberg <c@rlberg.se>
pkgname=lemonbuddy pkgname=lemonbuddy
pkgver=2.0.0 pkgver=2.0.1
pkgrel=1 pkgrel=1
pkgdesc="A fast and easy-to-use tool for Lemonbar" pkgdesc="A fast and easy-to-use tool for Lemonbar"
arch=("i686" "x86_64") arch=("i686" "x86_64")

View File

@ -1,3 +1,3 @@
#pragma once #pragma once
#define GIT_TAG "2.0.0-beta" #define GIT_TAG "2.0.1"