diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-03-17 20:23:20 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-03-17 20:23:20 +0100 |
commit | 13a4f328ac7ceccedcadfca574e22098cf35e2df (patch) | |
tree | 97aecea83db713555bd839cb2a774333ca2f7ed4 /spampd/PKGBUILD | |
parent | c6231092427aacb1f3b5eeb592f368a5ab9ec185 (diff) | |
download | aur-packages-13a4f328ac7ceccedcadfca574e22098cf35e2df.tar.gz aur-packages-13a4f328ac7ceccedcadfca574e22098cf35e2df.tar.xz |
spampd: add dependency
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'spampd/PKGBUILD')
-rw-r--r-- | spampd/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spampd/PKGBUILD b/spampd/PKGBUILD index 53eacd9..f9c7abd 100644 --- a/spampd/PKGBUILD +++ b/spampd/PKGBUILD @@ -1,12 +1,12 @@ # Contributor: Florian "Bluewind" Pritz <flo@xssn.at> pkgname=spampd pkgver=2.30 -pkgrel=1 +pkgrel=2 pkgdesc="Spamassassin Proxy Daemon" arch=('any') url="http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm" license=('GPL') -depends=('perl' 'perl-net-server') +depends=('perl' 'perl-net-server' 'spamassassin') backup=(etc/conf.d/spampd) install=spampd.install source=("http://www.worlddesign.com/Content/rd/mta/$pkgname/$pkgname-$pkgver.tar.gz" |