task(build): Bumped PKGBUILD version

This commit is contained in:
Michael Carlberg 2016-05-24 07:20:52 +02:00
parent d75a375538
commit 9b70fb2442
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# Maintainer: Michael Carlberg <c@rlberg.se>
# Contributor: Michael Carlberg <c@rlberg.se>
pkgname=lemonbuddy
pkgver=0.1.0
pkgrel=3
pkgdesc="A fast and easy-to-use tool for Lemonbar."
pkgver=0.1.1
pkgrel=1
pkgdesc="A fast and easy-to-use tool for Lemonbar"
arch=('i686' 'x86_64')
url="https://github.com/jaagr/lemonbuddy"
license=('MIT')
@ -14,7 +14,7 @@ makedepends=('libsigc++' 'libmpdclient' 'libxrandr'
'cmake' 'pkg-config' 'clang' 'glibc'
'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')
build() {