mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05:00
Update PKGBUILD for 3.4.1
This commit is contained in:
parent
51184c7ead
commit
54381fd554
1 changed files with 4 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
||||||
# 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.4.0
|
pkgver=3.4.1
|
||||||
pkgrel=4
|
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")
|
||||||
url="https://github.com/polybar/polybar"
|
url="https://github.com/polybar/polybar"
|
||||||
|
@ -13,12 +13,11 @@ optdepends=("i3-wm: i3 module support"
|
||||||
"ttf-unifont: Font used in example config"
|
"ttf-unifont: Font used in example config"
|
||||||
"siji-git: Font used in example config"
|
"siji-git: Font used in example config"
|
||||||
"xorg-fonts-misc: Font used in example config")
|
"xorg-fonts-misc: Font used in example config")
|
||||||
makedepends=("cmake" "git" "python" "python2" "pkg-config" "python-sphinx"
|
makedepends=("cmake" "git" "python" "pkg-config" "python-sphinx" "i3-wm")
|
||||||
"i3-wm")
|
|
||||||
conflicts=("polybar-git")
|
conflicts=("polybar-git")
|
||||||
install="${pkgname}.install"
|
install="${pkgname}.install"
|
||||||
source=(${url}/releases/download/${pkgver}/polybar-${pkgver}.tar)
|
source=(${url}/releases/download/${pkgver}/polybar-${pkgver}.tar)
|
||||||
sha256sums=('69a098f22d7a72eb594030aff687801252b18520b097c12f5c7894a99c4bcd1b')
|
sha256sums=('9e37fa48a1027881f14546f2b4f6ace4c91d09a20a293685f845da9cbaedc4eb')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
mkdir -p "${pkgname}/build"
|
mkdir -p "${pkgname}/build"
|
||||||
|
|
Loading…
Reference in a new issue