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"