From c8d8cd3f65661a303bc37e741e0eb665fb501612 Mon Sep 17 00:00:00 2001 From: Ypnose Date: Sat, 31 May 2014 13:19:02 +0200 Subject: [PATCH] monsterwm-git: add provides & replaces --- srcpkgs/monsterwm-git/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/monsterwm-git/template b/srcpkgs/monsterwm-git/template index 1d6a17c869..52356bf21c 100644 --- a/srcpkgs/monsterwm-git/template +++ b/srcpkgs/monsterwm-git/template @@ -1,6 +1,6 @@ # Template file for 'monsterwm-git' pkgname=monsterwm-git -version=20131230 +version=20140531 revision=1 makedepends="libX11-devel" build_style=gnu-makefile @@ -9,6 +9,8 @@ short_desc="Minimal and lightweight dynamic tiling window manager" maintainer="Ypnose " license="MIT" homepage="https://github.com/c00kiemon5ter/monsterwm" +provides="monsterwm-${version}_${revision}" +replaces="monsterwm>=0" do_fetch() { local url="git://github.com/c00kiemon5ter/monsterwm"