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/opensips/APKBUILD | |
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/opensips/APKBUILD')
-rw-r--r-- | testing/opensips/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/opensips/APKBUILD b/testing/opensips/APKBUILD index 4b17cc8cdc..0fbdda0f15 100644 --- a/testing/opensips/APKBUILD +++ b/testing/opensips/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=opensips pkgver=1.6.3 -pkgrel=2 +pkgrel=3 pkgdesc="Flexible and customizable sip routing engine" url="http://www.opensips.org/" arch="all" |