diff options
Diffstat (limited to 'community/squid')
-rw-r--r-- | community/squid/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/squid/PKGBUILD b/community/squid/PKGBUILD index 0eed1e067..1a5267f9f 100644 --- a/community/squid/PKGBUILD +++ b/community/squid/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 83469 2013-02-01 14:43:54Z spupykin $ +# $Id: PKGBUILD 83891 2013-02-06 11:40:54Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Mark Coolen <mark.coolen@gmail.com> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> @@ -6,7 +6,7 @@ pkgname=squid pkgver=3.2.7 -pkgrel=1 +pkgrel=2 pkgdesc='Full-featured Web proxy cache server' arch=('x86_64' 'i686') url='http://www.squid-cache.org' @@ -72,7 +72,6 @@ build() { --enable-htcp \ --enable-carp \ --enable-epoll \ - --with-filedescriptors=4096 \ --with-large-files \ --enable-arp-acl \ --with-default-user=proxy \ |