From 5970d70a0c7f1fba0bd845526526868f2294360b Mon Sep 17 00:00:00 2001 From: Ypnose Date: Sat, 31 May 2014 12:47:48 +0200 Subject: [PATCH] bitchx-git: add provides/replaces --- srcpkgs/bitchx-git/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bitchx-git/template b/srcpkgs/bitchx-git/template index 0d80ce34567..ff9a8e235cf 100644 --- a/srcpkgs/bitchx-git/template +++ b/srcpkgs/bitchx-git/template @@ -1,14 +1,16 @@ # Template file for 'bitchx-git' pkgname=bitchx-git version=20140531 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-ssl --enable-ipv6 --with-plugins" makedepends="openssl-devel ncurses-devel" -short_desc="An simple IRC (Internet Relay Chat)" +short_desc="A simple IRC client (Internet Relay Chat)" 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"