summaryrefslogtreecommitdiff
path: root/community/privoxy
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-17 01:32:38 -0800
committerroot <root@rshg054.dnsready.net>2012-11-17 01:32:38 -0800
commit071ecd58a9b69020ec170e7f89009a603e885371 (patch)
treec32fc487de5e9afc5bb12c053775982fdd2c6b7d /community/privoxy
parent99c34471cedb5de3afae4e33c48239abbe1410c7 (diff)
Sat Nov 17 01:27:29 PST 2012
Diffstat (limited to 'community/privoxy')
-rw-r--r--community/privoxy/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/privoxy/PKGBUILD b/community/privoxy/PKGBUILD
index bdfa37e72..81e839275 100644
--- a/community/privoxy/PKGBUILD
+++ b/community/privoxy/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 76058 2012-09-10 08:26:06Z lfleischer $
+# $Id: PKGBUILD 80122 2012-11-16 17:01:01Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Juergen Hoetzel <juergen@hoetzel.info>
# Contributor: basilburn (basilburn), Paul Bredbury (brebs)
pkgname=privoxy
pkgver=3.0.19
-pkgrel=6
+pkgrel=7
pkgdesc='A web proxy with advanced filtering capabilities.'
arch=('i686' 'x86_64')
url='http://www.privoxy.org'
@@ -33,7 +33,7 @@ build() {
autoheader
autoconf
- ./configure --prefix=/usr --sysconfdir=/etc/privoxy
+ ./configure --prefix=/usr --sysconfdir=/etc/privoxy --enable-compression
make
}