diff options
author | TBK <tbk@jjtc.dk> | 2017-10-22 02:47:14 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2017-10-23 12:28:18 +0200 |
commit | 7cbc22c7328da6cb1d6bd77052c8efedebc2bc19 (patch) | |
tree | 97491f699df4fd89d1343b482adf33f896dd9905 /community/rspamd | |
parent | 088fd2b05a8bea81e0e5fe834cb89fc692c991f8 (diff) | |
download | aports-7cbc22c7328da6cb1d6bd77052c8efedebc2bc19.tar.bz2 aports-7cbc22c7328da6cb1d6bd77052c8efedebc2bc19.tar.xz |
community/rspamd: dependency cleanup
Diffstat (limited to 'community/rspamd')
-rw-r--r-- | community/rspamd/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/rspamd/APKBUILD b/community/rspamd/APKBUILD index a0bd4c0add..02a40bb455 100644 --- a/community/rspamd/APKBUILD +++ b/community/rspamd/APKBUILD @@ -4,7 +4,7 @@ # Contributor: TBK <alpine@jjtc.eu> pkgname=rspamd pkgver=1.6.4 -pkgrel=0 +pkgrel=1 pkgdesc="Fast, free and open-source spam filtering system" url="https://rspamd.com" arch="x86_64 x86 armhf ppc64le" @@ -139,7 +139,7 @@ controller() { } proxy() { - depends="$pkgname rmilter" + depends="$pkgname" pkgdesc="$pkgdesc (milter support)" mkdir -p "$subpkgdir"/etc/$pkgname mv "$pkgdir"/etc/$pkgname/worker-proxy.* \ |