summaryrefslogtreecommitdiffstats
path: root/spampd/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'spampd/PKGBUILD')
-rw-r--r--spampd/PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/spampd/PKGBUILD b/spampd/PKGBUILD
index 84e4950..7fe927a 100644
--- a/spampd/PKGBUILD
+++ b/spampd/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Florian "Bluewind" Pritz <flo@xssn.at>
pkgname=spampd
pkgver=2.30
-pkgrel=8
+pkgrel=9
pkgdesc="Spamassassin Proxy Daemon"
arch=('any')
url="http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm"
@@ -9,17 +9,15 @@ license=('GPL')
depends=('perl' 'perl-net-server' 'spamassassin')
install=spampd.install
source=("http://www.worlddesign.com/Content/rd/mta/$pkgname/$pkgname-$pkgver.tar.gz"
- spampd.service untaint-pidfile.patch fix-pod.patch)
+ spampd.service perl-5.18-fixes.patch)
md5sums=('742c6f2cb75db54e59d044a8ee40445f'
'f29bea0766c07a18f6dc0a496a79e0ac'
- '41f9dc41a42f3b82fdeadfe8943ee0a3'
- 'cb5832fd21d3a8aa7fbe188d79c04147')
+ '55ea1067be9e70c60b708d355b085a0a')
prepare() {
cd "$srcdir/$pkgname-$pkgver"
- patch -p1 -i "$srcdir/untaint-pidfile.patch"
- patch -p1 -i "$srcdir/fix-pod.patch"
+ patch -p1 -i "$srcdir/perl-5.18-fixes.patch"
}
build() {