summaryrefslogtreecommitdiff
path: root/community/squid/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/squid/PKGBUILD')
-rw-r--r--community/squid/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/squid/PKGBUILD b/community/squid/PKGBUILD
index 5a3095468..aab157d21 100644
--- a/community/squid/PKGBUILD
+++ b/community/squid/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 86021 2013-03-11 10:38:45Z spupykin $
+# $Id: PKGBUILD 87868 2013-04-08 10:05:32Z 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.3.2
-pkgrel=1
+pkgrel=2
pkgdesc='Full-featured Web proxy cache server'
arch=('x86_64' 'i686')
url='http://www.squid-cache.org'
@@ -76,7 +76,8 @@ build() {
--enable-arp-acl \
--with-default-user=proxy \
--enable-async-io \
- --enable-truncate
+ --enable-truncate \
+ --enable-icap-client
make
}