From 8c6a256e7dbc7c7efcb3b512061349de6a55dddc Mon Sep 17 00:00:00 2001 From: Ypnose Date: Sat, 31 May 2014 13:27:29 +0200 Subject: [PATCH] sxhkd-git: add provides & replaces --- srcpkgs/sxhkd-git/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/sxhkd-git/template b/srcpkgs/sxhkd-git/template index 3eaad21815..a254e7ca18 100644 --- a/srcpkgs/sxhkd-git/template +++ b/srcpkgs/sxhkd-git/template @@ -1,13 +1,15 @@ # Template file for 'sxhkd-git' pkgname=sxhkd-git version=20140531 -revision=1 +revision=2 build_style=gnu-makefile makedepends="libxcb-devel xcb-util-devel xcb-util-keysyms-devel" short_desc="Simple X HotKey Daemon" maintainer="Ypnose " license="BSD" homepage="https://github.com/baskerville/sxhkd" +provides="sxhkd-${version}_${revision}" +replaces="sxhkd>=0" do_fetch() { local url="git://github.com/baskerville/sxhkd"