mirror of
https://github.com/polybar/polybar.git
synced 2024-10-27 05:23:39 -04:00
build: Bump version to 3.0.0
This commit is contained in:
parent
214b3ddca8
commit
4d6dfd3e2c
6 changed files with 7 additions and 7 deletions
|
@ -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.
|
||||
|
||||
~~~ sh
|
||||
$ git clone --branch 3.0.0-alpha --recursive https://github.com/jaagr/polybar
|
||||
$ git clone --branch 3.0.0 --recursive https://github.com/jaagr/polybar
|
||||
$ mkdir polybar/build
|
||||
$ cd polybar/build
|
||||
$ cmake ..
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = polybar-git
|
||||
pkgdesc = A fast and easy-to-use status bar
|
||||
pkgver = 3.0.0.alpha
|
||||
pkgver = 3.0.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/jaagr/polybar
|
||||
arch = i686
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Contributor: Michael Carlberg <c@rlberg.se>
|
||||
_pkgname=polybar
|
||||
pkgname="${_pkgname}-git"
|
||||
pkgver=3.0.0.alpha
|
||||
pkgver=3.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="A fast and easy-to-use status bar"
|
||||
arch=("i686" "x86_64")
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = polybar
|
||||
pkgdesc = A fast and easy-to-use status bar
|
||||
pkgver = 3.0.0.alpha
|
||||
pkgver = 3.0.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/jaagr/polybar
|
||||
arch = i686
|
||||
|
@ -25,7 +25,7 @@ pkgbase = polybar
|
|||
conflicts = polybar-git
|
||||
conflicts = lemonbuddy-git
|
||||
conflicts = lemonbuddy
|
||||
source = polybar::git+https://github.com/jaagr/polybar.git#tag=3.0.0-alpha
|
||||
source = polybar::git+https://github.com/jaagr/polybar.git#tag=3.0.0
|
||||
install = polybar.install
|
||||
md5sums = SKIP
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Michael Carlberg <c@rlberg.se>
|
||||
# Contributor: Michael Carlberg <c@rlberg.se>
|
||||
pkgname=polybar
|
||||
pkgver=3.0.0.alpha
|
||||
pkgver=3.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="A fast and easy-to-use status bar"
|
||||
arch=("i686" "x86_64")
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#pragma once
|
||||
|
||||
#define GIT_TAG "3.0.0-alpha"
|
||||
#define GIT_TAG "3.0.0"
|
||||
|
|
Loading…
Reference in a new issue