summaryrefslogtreecommitdiff
path: root/community/privoxy
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-09-12 17:27:25 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-09-12 17:27:25 +0200
commite6a52ebf66f2b60ad1afb478bfe358514043b676 (patch)
tree7b7bd6feb01ddf1f0340523bd02903b57b76885e /community/privoxy
parent678a7a4fb762d6669c9c2105b78d107aeebe163e (diff)
parent21c375ba65c4730e25cd0b135aff7811bf28c77a (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/haskell-html/PKGBUILD community-staging/haskell-regex-base/PKGBUILD community-staging/haskell-stm/PKGBUILD community-staging/haskell-terminfo/PKGBUILD extra/avahi/PKGBUILD extra/elfutils/PKGBUILD testing/util-linux/PKGBUILD testing/util-linux/util-linux.install
Diffstat (limited to 'community/privoxy')
-rw-r--r--community/privoxy/PKGBUILD6
-rw-r--r--community/privoxy/privoxy.service1
2 files changed, 4 insertions, 3 deletions
diff --git a/community/privoxy/PKGBUILD b/community/privoxy/PKGBUILD
index e592680a7..c1e828318 100644
--- a/community/privoxy/PKGBUILD
+++ b/community/privoxy/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 75656 2012-08-28 10:03:15Z lfleischer $
+# $Id: PKGBUILD 76058 2012-09-10 08:26:06Z 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=5
+pkgrel=6
pkgdesc='A web proxy with advanced filtering capabilities.'
arch=('i686' 'x86_64' 'mips64el')
url='http://www.privoxy.org'
@@ -26,7 +26,7 @@ md5sums=('57acc79059565cc42eda67982842785d'
'1b4ed8c4e7e5b04b10ef41b597dc3f3b'
'fc3046377137003726a151ee27b142a2'
'27830ef79418e277b90c1c1fa933f876'
- '7285327a5dbef5511242651f88dbc218')
+ '4c154a126ec17b02c623e3d451e062d9')
build() {
cd "${srcdir}/${pkgname}-${pkgver}-stable"
diff --git a/community/privoxy/privoxy.service b/community/privoxy/privoxy.service
index db0f43012..59a8884f9 100644
--- a/community/privoxy/privoxy.service
+++ b/community/privoxy/privoxy.service
@@ -6,6 +6,7 @@ After=network.target
Type=forking
PIDFile=/run/privoxy.pid
ExecStart=/usr/sbin/privoxy --pidfile /run/privoxy.pid --user privoxy.privoxy /etc/privoxy/config
+SuccessExitStatus=15
[Install]
WantedBy=multi-user.target