build: Bump version to 2.1.5
This commit is contained in:
parent
4c7943b9bb
commit
cc253b069a
@ -86,7 +86,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.
|
||||
|
||||
~~~ sh
|
||||
$ git clone --branch 2.1.4 --recursive https://github.com/jaagr/lemonbuddy
|
||||
$ git clone --branch 2.1.5 --recursive https://github.com/jaagr/lemonbuddy
|
||||
$ mkdir lemonbuddy/build
|
||||
$ cd lemonbuddy/build
|
||||
$ cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||
|
@ -1,6 +1,6 @@
|
||||
pkgbase = lemonbuddy-git
|
||||
pkgdesc = A fast and easy-to-use status bar
|
||||
pkgver = 2.1.4
|
||||
pkgver = 2.1.5
|
||||
pkgrel = 1
|
||||
url = https://github.com/jaagr/lemonbuddy
|
||||
arch = i686
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Contributor: Michael Carlberg <c@rlberg.se>
|
||||
_pkgname=lemonbuddy
|
||||
pkgname="${_pkgname}-git"
|
||||
pkgver=2.1.4
|
||||
pkgver=2.1.5
|
||||
pkgrel=1
|
||||
pkgdesc="A fast and easy-to-use tool for Lemonbar"
|
||||
arch=("i686" "x86_64")
|
||||
|
@ -1,6 +1,6 @@
|
||||
pkgbase = lemonbuddy
|
||||
pkgdesc = A fast and easy-to-use status bar
|
||||
pkgver = 2.1.4
|
||||
pkgver = 2.1.5
|
||||
pkgrel = 1
|
||||
url = https://github.com/jaagr/lemonbuddy
|
||||
arch = i686
|
||||
@ -17,7 +17,7 @@ pkgbase = lemonbuddy
|
||||
optdepends = wireless_tools: network module support
|
||||
optdepends = i3ipc-glib-git: i3 module support
|
||||
conflicts = lemonbuddy-git
|
||||
source = lemonbuddy::git+https://github.com/jaagr/lemonbuddy.git#tag=2.1.4
|
||||
source = lemonbuddy::git+https://github.com/jaagr/lemonbuddy.git#tag=2.1.5
|
||||
md5sums = SKIP
|
||||
|
||||
pkgname = lemonbuddy
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Maintainer: Michael Carlberg <c@rlberg.se>
|
||||
# Contributor: Michael Carlberg <c@rlberg.se>
|
||||
pkgname=lemonbuddy
|
||||
pkgver=2.1.4
|
||||
pkgver=2.1.5
|
||||
pkgrel=1
|
||||
pkgdesc="A fast and easy-to-use tool for Lemonbar"
|
||||
arch=("i686" "x86_64")
|
||||
|
@ -1,3 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
#define GIT_TAG "2.1.4"
|
||||
#define GIT_TAG "2.1.5"
|
||||
|
Loading…
Reference in New Issue
Block a user