fix(aur): Malformed source entry

Fixes jaagr/lemonbuddy#107
This commit is contained in:
Michael Carlberg 2016-10-19 01:59:32 +02:00
parent 86d2186f89
commit f8e1c62a83
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = lemonbuddy
pkgdesc = A fast and easy-to-use status bar
pkgver = 2.0.0
pkgrel = 2
pkgrel = 1
url = https://github.com/jaagr/lemonbuddy
arch = i686
arch = x86_64

View File

@ -2,7 +2,7 @@
# Contributor: Michael Carlberg <c@rlberg.se>
pkgname=lemonbuddy
pkgver=2.0.0
pkgrel=2
pkgrel=1
pkgdesc="A fast and easy-to-use tool for Lemonbar"
arch=("i686" "x86_64")
url="https://github.com/jaagr/lemonbuddy"
@ -15,7 +15,7 @@ optdepends=("alsa-lib: volume module support"
"i3ipc-glib-git: i3 module support")
makedepends=("cmake" "python2" "pkg-config" "clang" "glibc" "boost")
conflicts=("lemonbuddy-git")
source=("${pkgname}::git+${url}.git#tag=${pkgver%.*}")
source=("${pkgname}::git+${url}.git#tag=${pkgver}")
md5sums=("SKIP")
prepare() {