build: Bump version to 3.0.2
This commit is contained in:
parent
07cb5f134e
commit
d5d941e663
@ -91,7 +91,7 @@ Find a more complete list on the [dedicated wiki page](https://github.com/jaagr/
|
|||||||
Please [report any problems](https://github.com/jaagr/polybar/issues/new) you run into when building the project.
|
Please [report any problems](https://github.com/jaagr/polybar/issues/new) you run into when building the project.
|
||||||
|
|
||||||
~~~ sh
|
~~~ sh
|
||||||
$ git clone --branch 3.0.1 --recursive https://github.com/jaagr/polybar
|
$ git clone --branch 3.0.2 --recursive https://github.com/jaagr/polybar
|
||||||
$ mkdir polybar/build
|
$ mkdir polybar/build
|
||||||
$ cd polybar/build
|
$ cd polybar/build
|
||||||
$ cmake ..
|
$ cmake ..
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
pkgbase = polybar-git
|
pkgbase = polybar-git
|
||||||
pkgdesc = A fast and easy-to-use status bar
|
pkgdesc = A fast and easy-to-use status bar
|
||||||
pkgver = 3.0.1
|
pkgver = 3.0.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/jaagr/polybar
|
url = https://github.com/jaagr/polybar
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Contributor: Michael Carlberg <c@rlberg.se>
|
# Contributor: Michael Carlberg <c@rlberg.se>
|
||||||
_pkgname=polybar
|
_pkgname=polybar
|
||||||
pkgname="${_pkgname}-git"
|
pkgname="${_pkgname}-git"
|
||||||
pkgver=3.0.1
|
pkgver=3.0.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A fast and easy-to-use status bar"
|
pkgdesc="A fast and easy-to-use status bar"
|
||||||
arch=("i686" "x86_64")
|
arch=("i686" "x86_64")
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
pkgbase = polybar
|
pkgbase = polybar
|
||||||
pkgdesc = A fast and easy-to-use status bar
|
pkgdesc = A fast and easy-to-use status bar
|
||||||
pkgver = 3.0.1
|
pkgver = 3.0.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/jaagr/polybar
|
url = https://github.com/jaagr/polybar
|
||||||
arch = i686
|
arch = i686
|
||||||
@ -25,7 +25,7 @@ pkgbase = polybar
|
|||||||
conflicts = polybar-git
|
conflicts = polybar-git
|
||||||
conflicts = lemonbuddy-git
|
conflicts = lemonbuddy-git
|
||||||
conflicts = lemonbuddy
|
conflicts = lemonbuddy
|
||||||
source = polybar::git+https://github.com/jaagr/polybar.git#tag=3.0.1
|
source = polybar::git+https://github.com/jaagr/polybar.git#tag=3.0.2
|
||||||
install = polybar.install
|
install = polybar.install
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
|
|
||||||
|
@ -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=polybar
|
pkgname=polybar
|
||||||
pkgver=3.0.1
|
pkgver=3.0.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A fast and easy-to-use status bar"
|
pkgdesc="A fast and easy-to-use status bar"
|
||||||
arch=("i686" "x86_64")
|
arch=("i686" "x86_64")
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define GIT_TAG "3.0.1"
|
#define GIT_TAG "3.0.2"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.TH polybar 1 2017-01-25 "polybar 3.0.0" "User Manual"
|
.TH polybar 1 2017-01-26 "polybar 3.0.2" "User Manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
polybar \- A fast and easy-to-use tool status bar
|
polybar \- A fast and easy-to-use tool status bar
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
Loading…
Reference in New Issue
Block a user