mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/rspamd to 2.1-1
This commit is contained in:
parent
5efa4ef22d
commit
12edd37e7e
1 changed files with 2 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
# - remove -DENABLE_HYPERSCAN=ON, -DENABLE_OPTIMIZATION=ON (LTO)
|
||||
|
||||
pkgname=rspamd
|
||||
pkgver=2.0
|
||||
pkgver=2.1
|
||||
pkgrel=1
|
||||
epoch=
|
||||
pkgdesc='Fast, free and open-source spam filtering system'
|
||||
|
@ -118,7 +118,7 @@ backup=(
|
|||
)
|
||||
install=rspamd.install
|
||||
source=(
|
||||
git+https://github.com/rspamd/rspamd.git#tag=8d31adb5cb9f6d908c345fb08a04826526589f91
|
||||
git+https://github.com/rspamd/rspamd.git#tag=601e28d2ea437037fef544b7bc1bf73b3e0aa7d4
|
||||
rspamd.tmpfiles
|
||||
rspamd.sysusers
|
||||
rspamd.logrotate
|
||||
|
@ -145,7 +145,6 @@ prepare() {
|
|||
cd rspamd
|
||||
|
||||
sed 's/_rspamd/rspamd/g' -i rspamd.service
|
||||
git cherry-pick -n 42a4b088c79eb86aa44cd44ce7d19c862e5289b9
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue