mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05:00
build: Bump version to 1.3.1
This commit is contained in:
parent
3d8d28a2db
commit
b9ba5ff6e1
5 changed files with 6 additions and 6 deletions
|
@ -36,7 +36,7 @@ Install the XBPS package [lemonbuddy](https://raw.githubusercontent.com/jaagr/vo
|
|||
### Building from source
|
||||
|
||||
~~~ sh
|
||||
$ git clone --branch 1.3.0 --recursive https://github.com/jaagr/lemonbuddy
|
||||
$ git clone --branch 1.3.1 --recursive https://github.com/jaagr/lemonbuddy
|
||||
$ mkdir lemonbuddy/build
|
||||
$ cd lemonbuddy/build
|
||||
$ cmake ..
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = lemonbuddy-git
|
||||
pkgdesc = A fast and easy-to-use tool for Lemonbar
|
||||
pkgver = 1.3.0
|
||||
pkgver = 1.3.1
|
||||
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=1.3.0
|
||||
pkgver=1.3.1
|
||||
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 tool for Lemonbar
|
||||
pkgver = 1.3.0
|
||||
pkgver = 1.3.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/jaagr/lemonbuddy
|
||||
arch = i686
|
||||
|
@ -20,7 +20,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.3.0
|
||||
source = lemonbuddy::git+https://github.com/jaagr/lemonbuddy.git#tag=1.3.1
|
||||
md5sums = SKIP
|
||||
|
||||
pkgname = lemonbuddy
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Michael Carlberg <c@rlberg.se>
|
||||
# Contributor: Michael Carlberg <c@rlberg.se>
|
||||
pkgname=lemonbuddy
|
||||
pkgver=1.3.0
|
||||
pkgver=1.3.1
|
||||
pkgrel=1
|
||||
pkgdesc="A fast and easy-to-use tool for Lemonbar"
|
||||
arch=("i686" "x86_64")
|
||||
|
|
Loading…
Reference in a new issue