mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05:00
task(build): Bumped version to 1.1.1
This commit is contained in:
parent
4991e18b19
commit
3062a1416f
4 changed files with 5 additions and 5 deletions
|
@ -11,7 +11,7 @@ if(NOT CMAKE_CXX_COMPILER)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# TODO(jaagr): Replace with git tag
|
# TODO(jaagr): Replace with git tag
|
||||||
project(lemonbuddy VERSION 1.1.0)
|
project(lemonbuddy VERSION 1.1.1)
|
||||||
|
|
||||||
set(CMAKE_MODULE_PATH
|
set(CMAKE_MODULE_PATH
|
||||||
"${CMAKE_MODULE_PATH}"
|
"${CMAKE_MODULE_PATH}"
|
||||||
|
|
|
@ -80,7 +80,7 @@ $ sudo apt-get install fonts-font-awesome
|
||||||
> **NOTE:** In Void Linux you will need to install `git-perl` to get support for submodules.
|
> **NOTE:** In Void Linux you will need to install `git-perl` to get support for submodules.
|
||||||
|
|
||||||
~~~ sh
|
~~~ sh
|
||||||
$ git clone --branch 1.1.0 --recursive https://github.com/jaagr/lemonbuddy.git
|
$ git clone --branch 1.1.1 --recursive https://github.com/jaagr/lemonbuddy.git
|
||||||
$ mkdir lemonbuddy/build
|
$ mkdir lemonbuddy/build
|
||||||
$ cd lemonbuddy/build
|
$ cd lemonbuddy/build
|
||||||
$ cmake ..
|
$ cmake ..
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = lemonbuddy
|
pkgbase = lemonbuddy
|
||||||
pkgdesc = A fast and easy-to-use tool for Lemonbar
|
pkgdesc = A fast and easy-to-use tool for Lemonbar
|
||||||
pkgver = 1.1.0
|
pkgver = 1.1.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/jaagr/lemonbuddy
|
url = https://github.com/jaagr/lemonbuddy
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -19,7 +19,7 @@ pkgbase = lemonbuddy
|
||||||
optdepends = libsigc++: i3 module support
|
optdepends = libsigc++: 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=1.1.0
|
source = lemonbuddy::git+https://github.com/jaagr/lemonbuddy.git#tag=1.1.1
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
|
|
||||||
pkgname = lemonbuddy
|
pkgname = lemonbuddy
|
||||||
|
|
|
@ -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=1.1.0
|
pkgver=1.1.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")
|
||||||
|
|
Loading…
Reference in a new issue