diff --git a/srcpkgs/smu-git/template b/srcpkgs/smu-git/template index ec84e856c3a..dba6f933d95 100644 --- a/srcpkgs/smu-git/template +++ b/srcpkgs/smu-git/template @@ -1,6 +1,6 @@ # Template file for 'smu-git' pkgname=smu-git -version=20140515 +version=20140531 revision=1 build_style=gnu-makefile make_build_args="INCS=-I. LIBS=" @@ -8,6 +8,8 @@ short_desc="Simple markup - markdown like syntax" maintainer="Ypnose " license="MIT" homepage="https://github.com/Gottox/smu/" +provides="smu-${version}_${revision}" +replaces="smu>=0" do_fetch() { local url="git://github.com/Gottox/smu"