diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-26 14:30:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-26 14:30:48 +0000 |
commit | 28d08f8ac2796f1be43712d277540a1aeac932e6 (patch) | |
tree | 2d0e2baadbb52373e08219a157f2a347d95248c4 /testing/sems | |
parent | 84a276f252ff80bbe526bdfeb503da9c7d6b50e8 (diff) | |
download | aports-28d08f8ac2796f1be43712d277540a1aeac932e6.tar.bz2 aports-28d08f8ac2796f1be43712d277540a1aeac932e6.tar.xz |
testing/sems: bump pkgrel so we get the init.d script included
Diffstat (limited to 'testing/sems')
-rw-r--r-- | testing/sems/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/sems/APKBUILD b/testing/sems/APKBUILD index 9d16fc8336..c587cae82d 100644 --- a/testing/sems/APKBUILD +++ b/testing/sems/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <francesco.colista@gmail.com> pkgname=sems pkgver=1.2.1 -pkgrel=0 +pkgrel=1 pkgdesc="High performance, extensible media server for SIP (RFC3261) based VoIP services" url="http://iptel.org/sems/" license="GPL-2" |