mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/rspamd to 2.2-1
This commit is contained in:
parent
fe7717d915
commit
0bbf203b0c
1 changed files with 4 additions and 3 deletions
|
@ -8,8 +8,8 @@
|
|||
# - remove -DENABLE_HYPERSCAN=ON, -DENABLE_OPTIMIZATION=ON (LTO)
|
||||
|
||||
pkgname=rspamd
|
||||
pkgver=2.1
|
||||
pkgrel=2
|
||||
pkgver=2.2
|
||||
pkgrel=1
|
||||
epoch=
|
||||
pkgdesc='Fast, free and open-source spam filtering system'
|
||||
arch=(x86_64)
|
||||
|
@ -35,6 +35,7 @@ makedepends=(
|
|||
ninja
|
||||
ragel
|
||||
)
|
||||
optdepends=('redis: Redis cache and data storage')
|
||||
backup=(
|
||||
etc/rspamd/actions.conf
|
||||
etc/rspamd/cgp.inc
|
||||
|
@ -118,7 +119,7 @@ backup=(
|
|||
)
|
||||
install=rspamd.install
|
||||
source=(
|
||||
git+https://github.com/rspamd/rspamd.git#tag=601e28d2ea437037fef544b7bc1bf73b3e0aa7d4
|
||||
git+https://github.com/rspamd/rspamd.git#tag=f87b6eb3145f9d68d55a6df2e678b620d470127c
|
||||
rspamd.tmpfiles
|
||||
rspamd.sysusers
|
||||
rspamd.logrotate
|
||||
|
|
Loading…
Reference in a new issue