network/rspamd: Fix redundant deps.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-12-14 10:39:06 -07:00 committed by Willy Sudiarto Raharjo
parent b50626dd45
commit 6e9c1e9bfc
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/rspamd/rspamd/archive/3.7.4/rspamd-3.7.4.tar.gz"
MD5SUM="6a80128394dfefeade8070580ea2a464"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ragel luajit redis hyperscan"
REQUIRES="luajit redis hyperscan"
MAINTAINER="Ebben Aries"
EMAIL="slackbuilds@dscp.org"