diff options
author | root <root@rshg054.dnsready.net> | 2012-11-17 01:32:38 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-17 01:32:38 -0800 |
commit | 071ecd58a9b69020ec170e7f89009a603e885371 (patch) | |
tree | c32fc487de5e9afc5bb12c053775982fdd2c6b7d /community/privoxy/PKGBUILD | |
parent | 99c34471cedb5de3afae4e33c48239abbe1410c7 (diff) |
Sat Nov 17 01:27:29 PST 2012
Diffstat (limited to 'community/privoxy/PKGBUILD')
-rw-r--r-- | community/privoxy/PKGBUILD | 6 |
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 } |