diff options
author | root <root@rshg054.dnsready.net> | 2013-05-29 01:29:52 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-29 01:29:52 -0700 |
commit | d267e861074512027414df29d18d9824e0faae8f (patch) | |
tree | 770bb482bb715a84eab76bfbfa1b748d31a13541 /community/unrealircd/PKGBUILD | |
parent | 72a09de07cab5e8ad5c3ec7c36814663a3f7a33b (diff) |
Wed May 29 01:29:24 PDT 2013
Diffstat (limited to 'community/unrealircd/PKGBUILD')
-rw-r--r-- | community/unrealircd/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/unrealircd/PKGBUILD b/community/unrealircd/PKGBUILD index f04ab0934..36023adbd 100644 --- a/community/unrealircd/PKGBUILD +++ b/community/unrealircd/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 90731 2013-05-13 14:39:46Z spupykin $ +# $Id: PKGBUILD 91865 2013-05-28 17:38:11Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Zerial <fernando@zerial.org> pkgname=unrealircd pkgver=3.2.10 -pkgrel=2 +pkgrel=4 pkgdesc="Open Source IRC Server" arch=('i686' 'x86_64') url="http://unrealircd.com" @@ -18,7 +18,7 @@ source=(http://www.unrealircd.com/downloads/Unreal$pkgver.tar.gz unrealircd.service arch-fixes.patch) md5sums=('05b0bbdbfab9ffc2304f7595951d7cec' - '2103ce8a4a4e79f6955920bfebea0202' + '93276a1cd426e4a811c072c35fc31e94' '77807313c4578f2c30286b9f9e3fb21c') build() { @@ -36,6 +36,7 @@ build() { --enable-dynamic-linking \ --enable-ziplinks \ --enable-ssl \ + --enable-ipv6 \ --enable-libcurl=/usr \ --with-system-cares |