diff options
author | Przemyslaw Pawelczyk <przemoc@zoho.com> | 2016-06-06 02:05:15 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-06-07 07:20:09 +0000 |
commit | 1688eb68a51e1350541448e89cef117a285c09e0 (patch) | |
tree | 3d1f9826a4d2c13a9afecf5b4d4a650a9df920a6 /testing/dspam | |
parent | 9fd5431afb18e64724031151c5657bf6750d18b7 (diff) | |
download | aports-1688eb68a51e1350541448e89cef117a285c09e0.tar.bz2 aports-1688eb68a51e1350541448e89cef117a285c09e0.tar.xz |
testing/[various]: Bump pkgrel for .pre-install scripts fixes.
* testing/at: Properly set primary group in .pre-install.
testing/at/at.pre-install
* testing/ejabberd: Fix .pre-install script broken since 9716bc3570be.
testing/ejabberd/ejabberd.pre-install
* testing/rrdbot: Remove bogus comment in .pre-install script.
testing/rrdbot/rrdbot.pre-install
* testing/[various]: Add group and use it as primary in .pre-* scripts.
testing/dbmail/dbmail.pre-install
testing/dspam/dspam.pre-install
testing/opensips/opensips.pre-install
testing/pdns/pdns.pre-install
testing/qpage/qpage.pre-install
testing/rrdbot/rrdbot.pre-install
testing/wt/wt.pre-install
Diffstat (limited to 'testing/dspam')
-rw-r--r-- | testing/dspam/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/dspam/APKBUILD b/testing/dspam/APKBUILD index 5edfeeb4cf..7f057fd9c4 100644 --- a/testing/dspam/APKBUILD +++ b/testing/dspam/APKBUILD @@ -3,7 +3,7 @@ pkgname=dspam pkgver=3.10.2 _ver=$pkgver -pkgrel=4 +pkgrel=5 pkgdesc="A statistical-algorithmic hybrid anti-spam filter" url="http://dspam.nuclearelephant.com/" pkgusers="dspam" |