From add9c65d341ed571ea5decb03e1fb28832152528 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 17 Nov 2014 07:37:47 +0000 Subject: main/bitchx: fix url and ipv6 configure --- main/bitchx/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main/bitchx') diff --git a/main/bitchx/APKBUILD b/main/bitchx/APKBUILD index dde0e6fe5..a9cd3a735 100644 --- a/main/bitchx/APKBUILD +++ b/main/bitchx/APKBUILD @@ -2,9 +2,9 @@ # Maintainer: William Pitcock pkgname=bitchx pkgver=1.2.1 -pkgrel=0 +pkgrel=1 pkgdesc="An IRC client" -url="http://bitchx.com/" +url="http://www.bitchx.org/" arch="all" license="BSD" depends="" @@ -37,7 +37,7 @@ build() { --infodir=/usr/share/info \ --localstatedir=/var \ --with-ssl \ - --with-ipv6 \ + --enable-ipv6 \ --with-plugins \ || return 1 make || return 1 -- cgit v1.2.3