task(build): Bumped PKGBUILD version
This commit is contained in:
parent
d75a375538
commit
9b70fb2442
@ -1,9 +1,9 @@
|
|||||||
# 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=lemonbuddy
|
pkgname=lemonbuddy
|
||||||
pkgver=0.1.0
|
pkgver=0.1.1
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
pkgdesc="A fast and easy-to-use tool for Lemonbar."
|
pkgdesc="A fast and easy-to-use tool for Lemonbar"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://github.com/jaagr/lemonbuddy"
|
url="https://github.com/jaagr/lemonbuddy"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
@ -14,7 +14,7 @@ makedepends=('libsigc++' 'libmpdclient' 'libxrandr'
|
|||||||
'cmake' 'pkg-config' 'clang' 'glibc'
|
'cmake' 'pkg-config' 'clang' 'glibc'
|
||||||
'boost' 'libx11' 'wireless_tools')
|
'boost' 'libx11' 'wireless_tools')
|
||||||
|
|
||||||
source=("git+https://github.com/jaagr/lemonbuddy.git#tag=0.1.0")
|
source=("git+https://github.com/jaagr/lemonbuddy.git#tag=${pkgver}")
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
Loading…
Reference in New Issue
Block a user