Update PKGBUILD for 3.5.5
This commit is contained in:
parent
8ca154caaa
commit
ac01d8b5c0
@ -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.4
|
pkgver=3.5.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 @@
|
|||||||
# Maintainer: Patrick Ziegler <p.ziegler96@gmail.com>
|
# Maintainer: Patrick Ziegler <p.ziegler96@gmail.com>
|
||||||
pkgname=polybar
|
pkgname=polybar
|
||||||
pkgver=3.5.4
|
pkgver=3.5.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")
|
||||||
@ -16,7 +16,7 @@ makedepends=("cmake" "python" "pkg-config" "python-sphinx" "i3-wm")
|
|||||||
conflicts=("polybar-git")
|
conflicts=("polybar-git")
|
||||||
install="${pkgname}.install"
|
install="${pkgname}.install"
|
||||||
source=(${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz)
|
source=(${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz)
|
||||||
sha256sums=('133af4e8b29f426595ad3b773948eee27275230887844473853e7940c7959c2b')
|
sha256sums=('7e625d3b6f7885587e70200fd81c2a5d3fb03f5649422de8e138747152ca0bb1')
|
||||||
_dir="${pkgname}-${pkgver}"
|
_dir="${pkgname}-${pkgver}"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
Loading…
Reference in New Issue
Block a user