From affebf219d248d61aec4dbd41b040a97b889c58e Mon Sep 17 00:00:00 2001 From: Ypnose Date: Sat, 31 May 2014 13:04:57 +0200 Subject: [PATCH] bspwm-git: add provides & replaces --- srcpkgs/bspwm-git/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/bspwm-git/template b/srcpkgs/bspwm-git/template index 6ca582c3ee..2435402296 100644 --- a/srcpkgs/bspwm-git/template +++ b/srcpkgs/bspwm-git/template @@ -1,13 +1,15 @@ # Template file for 'bspwm-git' pkgname=bspwm-git version=20140531 -revision=1 +revision=2 build_style=gnu-makefile makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel" short_desc="A tiling window manager based on binary space partitioning" maintainer="Ypnose " license="BSD" homepage="https://github.com/baskerville/bspwm" +provides="bspwm-${version}_${revision}" +replaces="bspwm>=0" do_fetch() { local url="git://github.com/baskerville/bspwm"