diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-08-22 15:46:48 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-08-22 15:46:48 +0200 |
commit | 06dc337f60287526f4db95ce79a2ea506023bffa (patch) | |
tree | 1eecfa4a004b96e68b0be4da4b9a9f797f1e633b /community/libexosip2/PKGBUILD | |
parent | f4e7589d7749be9ccaf3d1db51808ea1ab7c3282 (diff) | |
parent | e9509842445d4a99493d1b643ffdafdca62263ae (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/python-mpi4py/PKGBUILD
community/python-psutil/PKGBUILD
extra/kdepim/PKGBUILD
extra/libgtop/PKGBUILD
libre/bitlbee-libre/PKGBUILD
Diffstat (limited to 'community/libexosip2/PKGBUILD')
-rw-r--r-- | community/libexosip2/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libexosip2/PKGBUILD b/community/libexosip2/PKGBUILD index c56473b94..16e730aec 100644 --- a/community/libexosip2/PKGBUILD +++ b/community/libexosip2/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 88347 2013-04-16 14:01:30Z spupykin $ +# $Id: PKGBUILD 96139 2013-08-20 09:34:21Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Darwin Bautista <djclue917@gmail.com> pkgname=libexosip2 epoch=1 -pkgver=3.6.0 +pkgver=4.0.0 pkgrel=1 pkgdesc="A library that hides the complexity of using SIP for multimedia session establishement" arch=('i686' 'x86_64' 'mips64el') @@ -13,7 +13,7 @@ license=('GPL') depends=('libosip2>=4.0.0' 'openssl') options=(!libtool) source=(http://download.savannah.nongnu.org/releases/exosip/libeXosip2-${pkgver/_/-}.tar.gz) -md5sums=('6fef4c110f1305048a8b307f440933d9') +md5sums=('aa385b85f6a17876763a0a860fe2afbf') build() { cd "$srcdir/libeXosip2-${pkgver/_/-}" |