build: Bump version to 1.4.4

This commit is contained in:
Michael Carlberg 2016-07-27 03:28:15 +02:00
parent e94bd6a271
commit d72ff7334e
7 changed files with 8 additions and 8 deletions

View File

@ -127,7 +127,7 @@ $ apt-get install cmake libxcb1-dev xcb-proto python-xcbgen libboost-dev libiw-d
Please [report any problems](https://github.com/jaagr/lemonbuddy/issues/new) you run into when building the project. It helps alot.
~~~ sh
$ git clone --branch 1.4.3 --recursive https://github.com/jaagr/lemonbuddy
$ git clone --branch 1.4.4 --recursive https://github.com/jaagr/lemonbuddy
$ mkdir lemonbuddy/build
$ cd lemonbuddy/build
$ cmake ..

View File

@ -1,6 +1,6 @@
pkgbase = lemonbuddy-git
pkgdesc = A fast and easy-to-use tool for Lemonbar
pkgver = 1.4.2
pkgver = 1.4.4
pkgrel = 1
url = https://github.com/jaagr/lemonbuddy
arch = i686

View File

@ -2,7 +2,7 @@
# Contributor: Michael Carlberg <c@rlberg.se>
_pkgname=lemonbuddy
pkgname="${_pkgname}-git"
pkgver=1.4.2
pkgver=1.4.4
pkgrel=1
pkgdesc="A fast and easy-to-use tool for Lemonbar"
arch=("i686" "x86_64")

View File

@ -1,6 +1,6 @@
pkgbase = lemonbuddy
pkgdesc = A fast and easy-to-use tool for Lemonbar
pkgver = 1.4.2
pkgver = 1.4.4
pkgrel = 2
url = https://github.com/jaagr/lemonbuddy
arch = i686
@ -20,7 +20,7 @@ pkgbase = lemonbuddy
optdepends = jsoncpp: i3 module support
optdepends = i3ipc-glib-git: i3 module support
conflicts = lemonbuddy-git
source = lemonbuddy::git+https://github.com/jaagr/lemonbuddy.git#tag=1.4.2
source = lemonbuddy::git+https://github.com/jaagr/lemonbuddy.git#tag=1.4.4
md5sums = SKIP
pkgname = lemonbuddy

View File

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

View File

@ -1,6 +1,6 @@
# Template file for 'lemonbuddy'
pkgname=lemonbuddy
version=1.4.1
version=1.4.4
revision=1
_i3ipcpp_version=0.3.0
_xpp_version=1.0.0

View File

@ -1,3 +1,3 @@
#pragma once
#define GIT_TAG "1.4.2"
#define GIT_TAG "1.4.4"