From 3980e6d3586263935e253015e7164caf7ce2ba9e Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Tue, 18 Oct 2016 18:02:06 +0200 Subject: [PATCH] build: Drop -beta postfix --- README.md | 2 +- contrib/lemonbuddy-git.aur/PKGBUILD | 2 +- contrib/lemonbuddy.aur/.SRCINFO | 4 ++-- contrib/lemonbuddy.aur/PKGBUILD | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 141ee8c4..46948bdb 100644 --- a/README.md +++ b/README.md @@ -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 .. diff --git a/contrib/lemonbuddy-git.aur/PKGBUILD b/contrib/lemonbuddy-git.aur/PKGBUILD index 18735cb4..8e6ec16f 100644 --- a/contrib/lemonbuddy-git.aur/PKGBUILD +++ b/contrib/lemonbuddy-git.aur/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Michael Carlberg _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") diff --git a/contrib/lemonbuddy.aur/.SRCINFO b/contrib/lemonbuddy.aur/.SRCINFO index 10921da0..c9ef95c9 100644 --- a/contrib/lemonbuddy.aur/.SRCINFO +++ b/contrib/lemonbuddy.aur/.SRCINFO @@ -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 diff --git a/contrib/lemonbuddy.aur/PKGBUILD b/contrib/lemonbuddy.aur/PKGBUILD index 470d018b..27c588d1 100644 --- a/contrib/lemonbuddy.aur/PKGBUILD +++ b/contrib/lemonbuddy.aur/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Michael Carlberg # Contributor: Michael Carlberg 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() {