mirror of
https://github.com/polybar/polybar.git
synced 2024-11-18 13:55:11 -05:00
fix(aur): Replace pkgver
This commit is contained in:
parent
c74a1647ab
commit
9cafc50012
4 changed files with 4 additions and 4 deletions
|
@ -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.0-alpha
|
pkgver = 3.0.0.alpha
|
||||||
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.0-alpha
|
pkgver=3.0.0.alpha
|
||||||
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.0-alpha
|
pkgver = 3.0.0.alpha
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/jaagr/polybar
|
url = https://github.com/jaagr/polybar
|
||||||
arch = i686
|
arch = i686
|
||||||
|
|
|
@ -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.0-alpha
|
pkgver=3.0.0.alpha
|
||||||
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")
|
||||||
|
|
Loading…
Reference in a new issue