mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05:00
build: Bump version to 2.4.5
This commit is contained in:
parent
dd960cc5b5
commit
da08a0fbe0
6 changed files with 7 additions and 7 deletions
|
@ -92,7 +92,7 @@ $ apt-get install i3-wm libasound2-dev libmpdclient-dev libiw-dev
|
||||||
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 2.4.4 --recursive https://github.com/jaagr/polybar
|
$ git clone --branch 2.4.5 --recursive https://github.com/jaagr/polybar
|
||||||
$ mkdir polybar/build
|
$ mkdir polybar/build
|
||||||
$ cd polybar/build
|
$ cd polybar/build
|
||||||
$ cmake -DCMAKE_BUILD_TYPE=Release ..
|
$ cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||||
|
|
|
@ -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 = 2.4.4
|
pkgver = 2.4.5
|
||||||
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=2.4.4
|
pkgver=2.4.5
|
||||||
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 = 2.4.4
|
pkgver = 2.4.5
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/jaagr/polybar
|
url = https://github.com/jaagr/polybar
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -24,7 +24,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=2.4.4
|
source = polybar::git+https://github.com/jaagr/polybar.git#tag=2.4.5
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
|
|
||||||
pkgname = polybar
|
pkgname = polybar
|
||||||
|
|
|
@ -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=2.4.4
|
pkgver=2.4.5
|
||||||
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 "2.4.4"
|
#define GIT_TAG "2.4.5"
|
||||||
|
|
Loading…
Reference in a new issue