From 3176b3d0ba4832f5228f7e61af3b9e133e4bc33c Mon Sep 17 00:00:00 2001 From: Ypnose Date: Sat, 31 May 2014 13:23:47 +0200 Subject: [PATCH] sic-git: add provides & replaces --- srcpkgs/sic-git/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/sic-git/template b/srcpkgs/sic-git/template index 2f805c015e..b88fcd68bc 100644 --- a/srcpkgs/sic-git/template +++ b/srcpkgs/sic-git/template @@ -1,6 +1,6 @@ # Template file for 'sic-git' pkgname=sic-git -version=20131230 +version=20140531 revision=1 build_style=gnu-makefile make_build_args="INCS=-I. LIBS=" @@ -8,6 +8,8 @@ short_desc="Simple irc client" maintainer="Ypnose " license="MIT" homepage="http://tools.suckless.org/sic" +provides="sic-${version}_${revision}" +replaces="sic>=0" do_fetch() { local url="git://git.suckless.org/sic"