From 2a5a397ec469ff0383f062acb0532860cc5ccbe8 Mon Sep 17 00:00:00 2001 From: Ypnose Date: Sun, 6 Jul 2014 20:52:59 +0200 Subject: [PATCH] frankenwm-git: add provides/replaces --- srcpkgs/frankenwm-git/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/frankenwm-git/template b/srcpkgs/frankenwm-git/template index 3ced2bd17b5..0d5d83649ea 100644 --- a/srcpkgs/frankenwm-git/template +++ b/srcpkgs/frankenwm-git/template @@ -1,6 +1,6 @@ # Template file for 'frankenwm-git' pkgname=frankenwm-git -version=20140705 +version=20140706 revision=1 makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel xcb-util-keysyms-devel" hostmakedepends="pkg-config" @@ -9,6 +9,8 @@ short_desc="XCB dynamic tiling WM" maintainer="Ypnose " license="MIT" homepage="https://github.com/sulami/FrankenWM" +provides="frankenwm-${version}_${revision}" +replaces="frankenwm>=0" do_fetch() { local url="git://github.com/sulami/frankenwm"