From db38a6d2a2d0e95e468c1293b8821b555cefd71d Mon Sep 17 00:00:00 2001
From: Ypnose <linuxien@legtux.org>
Date: Fri, 19 Sep 2014 18:11:12 +0000
Subject: [PATCH] bar-git: restore the replaces (mistake from me)

---
 srcpkgs/bar-git/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/bar-git/template b/srcpkgs/bar-git/template
index d996556382..7280ec9261 100644
--- a/srcpkgs/bar-git/template
+++ b/srcpkgs/bar-git/template
@@ -1,7 +1,7 @@
 # Template file for 'bar-git'
 pkgname=bar-git
 version=20140919
-revision=1
+revision=2
 build_style=gnu-makefile
 hostmakedepends="perl git"
 makedepends="libxcb-devel"
@@ -10,6 +10,7 @@ maintainer="Ypnose <linuxienATlegtuxDOTorg>"
 license="MIT"
 homepage="https://github.com/LemonBoy/bar"
 provides="bar-${version}_${revision}"
+replaces="bar>=0"
 
 do_fetch() {
 	local url="git://github.com/LemonBoy/bar"