From 52d3054b588a4bec78b656dc132e5960f968eab3 Mon Sep 17 00:00:00 2001 From: Ypnose Date: Sat, 31 May 2014 13:11:03 +0200 Subject: [PATCH] bar-git: add provides & replaces --- srcpkgs/bar-git/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/bar-git/template b/srcpkgs/bar-git/template index 392ee7fdc77..4e5ca3e12c1 100644 --- a/srcpkgs/bar-git/template +++ b/srcpkgs/bar-git/template @@ -1,6 +1,6 @@ # Template file for 'bar-git' pkgname=bar-git -version=20140508 +version=20140531 revision=1 build_style=gnu-makefile hostmakedepends="perl" @@ -9,6 +9,8 @@ short_desc="A lightweight xcb based bar" maintainer="Ypnose " license="MIT" homepage="https://github.com/LemonBoy/bar" +provides="bar-${version}_${revision}" +replaces="bar>=0" do_fetch() { local url="git://github.com/LemonBoy/bar"