From 9ded7fb2f93b83a84951c104511c9687938ddf25 Mon Sep 17 00:00:00 2001 From: Ypnose Date: Fri, 19 Sep 2014 18:11:46 +0000 Subject: [PATCH] bitchx-git: restore the replaces (mistake from me) --- srcpkgs/bitchx-git/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/bitchx-git/template b/srcpkgs/bitchx-git/template index fb79d62e2d..85e30e3a0a 100644 --- a/srcpkgs/bitchx-git/template +++ b/srcpkgs/bitchx-git/template @@ -1,7 +1,7 @@ # Template file for 'bitchx-git' pkgname=bitchx-git version=20140919 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-ssl --enable-ipv6 --with-plugins" hostmakedepends="git" @@ -11,6 +11,7 @@ maintainer="Ypnose " license="GPL2" homepage="https://github.com/BitchX/BitchX" provides="bitchx-${version}_${revision}" +replaces="bitchx>=0" do_fetch() { local url="git://github.com/BitchX/BitchX"