summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-12-22 10:11:13 -0500
committerGuillaume Horel2019-12-22 10:11:13 -0500
commit67aad485f3917abda743c06c9c2f7f33c885298d (patch)
treea37366eff2357844a03cc44e257ab2771e91ad15
parent1f44b5227852c4ab9e9fe41e1c3b33b262c40cf1 (diff)
downloadaur-67aad485f3917abda743c06c9c2f7f33c885298d.tar.gz
update dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index feb571787019..9bfdb9ea9c99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linphone-git
pkgdesc = A Voice-over-IP phone library and CLI
- pkgver = 4.4.0.alpha.r6.g0039298ee
+ pkgver = 4.4.0.alpha.r7.gf232a2b7b
pkgrel = 1
url = http://www.linphone.org
install = linphone.install
@@ -23,14 +23,14 @@ pkgbase = linphone-git
depends = libpulse
depends = libv4l
depends = libxv
- depends = mediastreamer>=4.3
+ depends = mediastreamer>4.3.0
depends = ortp>=4.3
depends = soci>=4.0
depends = speex
depends = v4l-utils
depends = xerces-c
optdepends = pulseaudio
- provides = linphone=4.4.0.alpha.r6.g0039298ee
+ provides = linphone=4.4.0.alpha.r7.gf232a2b7b
conflicts = linphone
options = !emptydirs
source = git+https://github.com/BelledonneCommunications/linphone.git
diff --git a/PKGBUILD b/PKGBUILD
index a27ca729118c..8d1fe1d8e7da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=linphone-git
_pkgname=linphone
-pkgver=4.4.0.alpha.r6.g0039298ee
+pkgver=4.4.0.alpha.r7.gf232a2b7b
pkgrel=1
pkgdesc="A Voice-over-IP phone library and CLI"
arch=('x86_64')
@@ -13,7 +13,7 @@ url="http://www.linphone.org"
license=('GPL')
depends=('alsa-lib' 'bctoolbox>=4.3' 'belcard>=4.3' 'belle-sip>=4.3' 'belr>=4.3'
'bzrtp>=4.3' 'ffmpeg' 'lime>=4.3' 'libpulse' 'libv4l'
- 'libxv' 'mediastreamer>=4.3' 'ortp>=4.3' 'soci>=4.0' 'speex' 'v4l-utils' 'xerces-c')
+ 'libxv' 'mediastreamer>4.3.0' 'ortp>=4.3' 'soci>=4.0' 'speex' 'v4l-utils' 'xerces-c')
makedepends=('cmake' 'doxygen' 'git' 'graphviz' 'python-pystache' 'xsd')
optdepends=('pulseaudio')
options=('!emptydirs')