diff options
Diffstat (limited to 'community/libexosip2/PKGBUILD')
-rw-r--r-- | community/libexosip2/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/libexosip2/PKGBUILD b/community/libexosip2/PKGBUILD index 16e730aec..f69d7b728 100644 --- a/community/libexosip2/PKGBUILD +++ b/community/libexosip2/PKGBUILD @@ -1,17 +1,16 @@ -# $Id: PKGBUILD 96139 2013-08-20 09:34:21Z spupykin $ +# $Id: PKGBUILD 100194 2013-11-01 21:08:42Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Darwin Bautista <djclue917@gmail.com> pkgname=libexosip2 epoch=1 pkgver=4.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="A library that hides the complexity of using SIP for multimedia session establishement" arch=('i686' 'x86_64' 'mips64el') url="http://savannah.nongnu.org/projects/exosip/" license=('GPL') depends=('libosip2>=4.0.0' 'openssl') -options=(!libtool) source=(http://download.savannah.nongnu.org/releases/exosip/libeXosip2-${pkgver/_/-}.tar.gz) md5sums=('aa385b85f6a17876763a0a860fe2afbf') |