build: Drop -beta postfix

This commit is contained in:
Michael Carlberg 2016-10-18 18:02:06 +02:00
parent 01c5dcb6b7
commit 3980e6d358
4 changed files with 6 additions and 6 deletions

View File

@ -87,7 +87,7 @@ $ apt-get install cmake cmake-data libboost-dev libfreetype6-dev libxcb1-dev lib
Please [report any problems](https://github.com/jaagr/lemonbuddy/issues/new) you run into when building the project.
~~~ sh
$ git clone --branch 2.0.0-beta --recursive https://github.com/jaagr/lemonbuddy
$ git clone --branch 2.0.0 --recursive https://github.com/jaagr/lemonbuddy
$ mkdir lemonbuddy/build
$ cd lemonbuddy/build
$ cmake -DCMAKE_BUILD_TYPE=Release ..

View File

@ -2,7 +2,7 @@
# Contributor: Michael Carlberg <c@rlberg.se>
_pkgname=lemonbuddy
pkgname="${_pkgname}-git"
pkgver=2.0.0.rbeta.0.g593e5af
pkgver=2.0.0
pkgrel=2
pkgdesc="A fast and easy-to-use tool for Lemonbar"
arch=("i686" "x86_64")

View File

@ -1,6 +1,6 @@
pkgbase = lemonbuddy
pkgdesc = A fast and easy-to-use status bar
pkgver = 2.0.0.beta
pkgver = 2.0.0
pkgrel = 2
url = https://github.com/jaagr/lemonbuddy
arch = i686
@ -21,7 +21,7 @@ pkgbase = lemonbuddy
optdepends = jsoncpp: i3 module support
optdepends = i3ipc-glib-git: i3 module support
conflicts = lemonbuddy-git
source = lemonbuddy::git+https://github.com/jaagr/lemonbuddy.git#tag=2.0.0-beta
source = lemonbuddy::git+https://github.com/jaagr/lemonbuddy.git#tag=2.0.0
md5sums = SKIP
pkgname = lemonbuddy

View File

@ -1,7 +1,7 @@
# Maintainer: Michael Carlberg <c@rlberg.se>
# Contributor: Michael Carlberg <c@rlberg.se>
pkgname=lemonbuddy
pkgver=2.0.0.beta
pkgver=2.0.0
pkgrel=2
pkgdesc="A fast and easy-to-use tool for Lemonbar"
arch=("i686" "x86_64")
@ -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%.*}-beta")
source=("${pkgname}::git+${url}.git#tag=${pkgver%.*}")
md5sums=("SKIP")
prepare() {