diff options
Diffstat (limited to 'community/opensips/PKGBUILD')
-rw-r--r-- | community/opensips/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/opensips/PKGBUILD b/community/opensips/PKGBUILD index b019658a2..e6dbcbedd 100644 --- a/community/opensips/PKGBUILD +++ b/community/opensips/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 64126 2012-02-09 00:57:46Z spupykin $ +# $Id: PKGBUILD 73317 2012-07-06 09:18:06Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=opensips pkgver=1.7.1 -pkgrel=1 +pkgrel=2 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, location server, redirect server ..." url="http://www.opensips.org" -depends=('gcc-libs' 'openssl' 'db' 'attr' 'kernel-headers' 'libxml2') +depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2') makedepends=('postgresql-libs>=8.4.1' 'unixodbc' 'libldap>=2.4.18' 'libmysqlclient' 'lynx' 'libxslt') optdepends=('postgresql-libs' |