mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05:00
task(aur): Update PKGBUILD
This commit is contained in:
parent
f23ec49e4a
commit
aea077cd47
4 changed files with 7 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = lemonbuddy-git
|
||||
pkgdesc = A fast and easy-to-use tool for Lemonbar
|
||||
pkgver = 0.1.2.r0.g3975dab
|
||||
pkgver = 0.1.4
|
||||
pkgrel = 1
|
||||
url = https://github.com/jaagr/lemonbuddy
|
||||
arch = i686
|
||||
|
@ -18,7 +18,6 @@ pkgbase = lemonbuddy-git
|
|||
optdepends = wireless_tools: network module support
|
||||
optdepends = libsigc++: i3 module support
|
||||
optdepends = i3ipc-glib-git: i3 module support
|
||||
optdepends = i3-wm: i3 module support
|
||||
provides = lemonbuddy
|
||||
conflicts = lemonbuddy
|
||||
source = lemonbuddy::git+https://github.com/jaagr/lemonbuddy.git
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Contributor: Michael Carlberg <c@rlberg.se>
|
||||
_pkgname=lemonbuddy
|
||||
pkgname="${_pkgname}-git"
|
||||
pkgver=0.1.2.r0.g3975dab
|
||||
pkgver=0.1.4
|
||||
pkgrel=1
|
||||
pkgdesc="A fast and easy-to-use tool for Lemonbar"
|
||||
arch=("i686" "x86_64")
|
||||
|
@ -13,8 +13,7 @@ optdepends=("alsa-lib: volume module support"
|
|||
"libmpdclient: mpd module support"
|
||||
"wireless_tools: network module support"
|
||||
"libsigc++: i3 module support"
|
||||
"i3ipc-glib-git: i3 module support"
|
||||
"i3-wm: i3 module support")
|
||||
"i3ipc-glib-git: i3 module support")
|
||||
makedepends=("cmake" "pkg-config" "clang" "glibc" "boost")
|
||||
provides=("lemonbuddy")
|
||||
conflicts=("lemonbuddy")
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = lemonbuddy
|
||||
pkgdesc = A fast and easy-to-use tool for Lemonbar
|
||||
pkgver = 0.1.2
|
||||
pkgver = 0.1.4
|
||||
pkgrel = 1
|
||||
url = https://github.com/jaagr/lemonbuddy
|
||||
arch = i686
|
||||
|
@ -18,9 +18,8 @@ pkgbase = lemonbuddy
|
|||
optdepends = wireless_tools: network module support
|
||||
optdepends = libsigc++: i3 module support
|
||||
optdepends = i3ipc-glib-git: i3 module support
|
||||
optdepends = i3-wm: i3 module support
|
||||
conflicts = lemonbuddy-git
|
||||
source = lemonbuddy::git+https://github.com/jaagr/lemonbuddy.git#tag=0.1.2
|
||||
source = lemonbuddy::git+https://github.com/jaagr/lemonbuddy.git#tag=0.1.4
|
||||
md5sums = SKIP
|
||||
|
||||
pkgname = lemonbuddy
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Michael Carlberg <c@rlberg.se>
|
||||
# Contributor: Michael Carlberg <c@rlberg.se>
|
||||
pkgname=lemonbuddy
|
||||
pkgver=0.1.3
|
||||
pkgver=0.1.4
|
||||
pkgrel=1
|
||||
pkgdesc="A fast and easy-to-use tool for Lemonbar"
|
||||
arch=("i686" "x86_64")
|
||||
|
@ -12,8 +12,7 @@ optdepends=("alsa-lib: volume module support"
|
|||
"libmpdclient: mpd module support"
|
||||
"wireless_tools: network module support"
|
||||
"libsigc++: i3 module support"
|
||||
"i3ipc-glib-git: i3 module support"
|
||||
"i3-wm: i3 module support")
|
||||
"i3ipc-glib-git: i3 module support")
|
||||
makedepends=("cmake" "pkg-config" "clang" "glibc" "boost")
|
||||
conflicts=("lemonbuddy-git")
|
||||
source=("${pkgname}::git+${url}.git#tag=${pkgver}")
|
||||
|
|
Loading…
Reference in a new issue