Update PKGBUILD for 3.6.0
This commit is contained in:
parent
fce5c4445f
commit
57589ee896
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Patrick Ziegler <p.ziegler96@gmail.com>
|
# Maintainer: Patrick Ziegler <p.ziegler96@gmail.com>
|
||||||
_pkgname=polybar
|
_pkgname=polybar
|
||||||
pkgname="${_pkgname}-git"
|
pkgname="${_pkgname}-git"
|
||||||
pkgver=3.5.7
|
pkgver=3.6.0
|
||||||
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")
|
||||||
@ -10,15 +10,11 @@ license=("MIT")
|
|||||||
depends=("libuv" "cairo" "xcb-util-image" "xcb-util-wm" "xcb-util-xrm"
|
depends=("libuv" "cairo" "xcb-util-image" "xcb-util-wm" "xcb-util-xrm"
|
||||||
"xcb-util-cursor" "alsa-lib" "libpulse" "libmpdclient" "libnl"
|
"xcb-util-cursor" "alsa-lib" "libpulse" "libmpdclient" "libnl"
|
||||||
"jsoncpp" "curl")
|
"jsoncpp" "curl")
|
||||||
optdepends=("i3-wm: i3 module support"
|
optdepends=("i3-wm: i3 module support")
|
||||||
"ttf-unifont: Font used in example config"
|
|
||||||
"siji-git: Font used in example config"
|
|
||||||
"xorg-fonts-misc: Font used in example config")
|
|
||||||
makedepends=("cmake" "git" "python" "pkg-config" "python-sphinx"
|
makedepends=("cmake" "git" "python" "pkg-config" "python-sphinx"
|
||||||
"python-packaging" "i3-wm")
|
"python-packaging" "i3-wm")
|
||||||
provides=("polybar")
|
provides=("polybar")
|
||||||
conflicts=("polybar")
|
conflicts=("polybar")
|
||||||
install="${_pkgname}.install"
|
|
||||||
source=("${_pkgname}::git+${url}.git")
|
source=("${_pkgname}::git+${url}.git")
|
||||||
sha256sums=("SKIP")
|
sha256sums=("SKIP")
|
||||||
|
|
||||||
|
@ -1,22 +1,20 @@
|
|||||||
# Maintainer: Patrick Ziegler <p.ziegler96@gmail.com>
|
# Maintainer: Patrick Ziegler <p.ziegler96@gmail.com>
|
||||||
pkgname=polybar
|
pkgname=polybar
|
||||||
pkgver=3.5.7
|
pkgver=3.6.0
|
||||||
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")
|
||||||
url="https://github.com/polybar/polybar"
|
url="https://github.com/polybar/polybar"
|
||||||
license=("MIT")
|
license=("MIT")
|
||||||
depends=("cairo" "xcb-util-image" "xcb-util-wm" "xcb-util-xrm" "xcb-util-cursor"
|
depends=("libuv" "cairo" "xcb-util-image" "xcb-util-wm" "xcb-util-xrm"
|
||||||
"alsa-lib" "libpulse" "libmpdclient" "libnl" "jsoncpp" "curl")
|
"xcb-util-cursor" "alsa-lib" "libpulse" "libmpdclient" "libnl"
|
||||||
optdepends=("i3-wm: i3 module support"
|
"jsoncpp" "curl")
|
||||||
"ttf-unifont: Font used in example config"
|
optdepends=("i3-wm: i3 module support")
|
||||||
"siji-git: Font used in example config"
|
makedepends=("cmake" "git" "python" "pkg-config" "python-sphinx"
|
||||||
"xorg-fonts-misc: Font used in example config")
|
"python-packaging" "i3-wm")
|
||||||
makedepends=("cmake" "python" "pkg-config" "python-sphinx" "python-packaging" "i3-wm")
|
|
||||||
conflicts=("polybar-git")
|
conflicts=("polybar-git")
|
||||||
install="${pkgname}.install"
|
|
||||||
source=(${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz)
|
source=(${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz)
|
||||||
sha256sums=('73210e6d74217acb953b253990b4302343b7b6a7870fe1da9a1855daa44123db')
|
sha256sums=('563473d5ae2b83d4dba6372f85cbcfd8d5a271b4cf3345ff57acff9c81e1b065')
|
||||||
_dir="${pkgname}-${pkgver}"
|
_dir="${pkgname}-${pkgver}"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
Loading…
Reference in New Issue
Block a user