From 92610af7c86c1a26f87a406195b9f3a148f45f29 Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Mon, 20 Jun 2016 17:06:49 +0200 Subject: [PATCH] build: Bump version to 1.2.1 --- README.md | 2 +- contrib/lemonbuddy.aur/.SRCINFO | 4 ++-- contrib/lemonbuddy.aur/PKGBUILD | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f56b8eeb..50d02e2f 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ $ sudo apt-get install fonts-font-awesome > **NOTE:** In Void Linux you will need to install `git-perl` to get support for submodules. ~~~ sh - $ git clone --branch 1.2.0 --recursive https://github.com/jaagr/lemonbuddy.git + $ git clone --branch 1.2.1 --recursive https://github.com/jaagr/lemonbuddy.git $ mkdir lemonbuddy/build $ cd lemonbuddy/build $ cmake .. diff --git a/contrib/lemonbuddy.aur/.SRCINFO b/contrib/lemonbuddy.aur/.SRCINFO index 7a128ecf..1aa40b42 100644 --- a/contrib/lemonbuddy.aur/.SRCINFO +++ b/contrib/lemonbuddy.aur/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = lemonbuddy pkgdesc = A fast and easy-to-use tool for Lemonbar - pkgver = 1.2.0 + pkgver = 1.2.1 pkgrel = 1 url = https://github.com/jaagr/lemonbuddy arch = i686 @@ -19,7 +19,7 @@ pkgbase = lemonbuddy optdepends = libsigc++: i3 module support optdepends = i3ipc-glib-git: i3 module support conflicts = lemonbuddy-git - source = lemonbuddy::git+https://github.com/jaagr/lemonbuddy.git#tag=1.2.0 + source = lemonbuddy::git+https://github.com/jaagr/lemonbuddy.git#tag=1.2.1 md5sums = SKIP pkgname = lemonbuddy diff --git a/contrib/lemonbuddy.aur/PKGBUILD b/contrib/lemonbuddy.aur/PKGBUILD index 212c3409..4ad9686d 100644 --- a/contrib/lemonbuddy.aur/PKGBUILD +++ b/contrib/lemonbuddy.aur/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Michael Carlberg # Contributor: Michael Carlberg pkgname=lemonbuddy -pkgver=1.2.0 +pkgver=1.2.1 pkgrel=1 pkgdesc="A fast and easy-to-use tool for Lemonbar" arch=("i686" "x86_64")