From 87900716f14a4554d5b50b1e2f622e9e8d4ee29f Mon Sep 17 00:00:00 2001 From: Ypnose Date: Sat, 31 May 2014 13:08:42 +0200 Subject: [PATCH] cwm-git: add provides & replaces --- srcpkgs/cwm-git/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/cwm-git/template b/srcpkgs/cwm-git/template index bf1d086bc4a..6fc63d742d0 100644 --- a/srcpkgs/cwm-git/template +++ b/srcpkgs/cwm-git/template @@ -1,6 +1,6 @@ # Template file for 'cwm-git' pkgname=cwm-git -version=20140427 +version=20140531 revision=1 build_style=gnu-makefile hostmakedepends="pkg-config bison" @@ -9,6 +9,8 @@ short_desc="Lightweight and efficient window manager for X11" maintainer="Ypnose " license="ISC" homepage="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD+Current&format=html" +provides="cwm-${version}_${revision}" +replaces="cwm>=0" do_fetch() { local url="git://github.com/chneukirchen/cwm"