diff --git a/community/mediastreamer/PKGBUILD b/community/mediastreamer/PKGBUILD
index 575d04357..bbb95a95b 100644
--- a/community/mediastreamer/PKGBUILD
+++ b/community/mediastreamer/PKGBUILD
@@ -10,12 +10,12 @@
 
 pkgname=mediastreamer
 pkgver=2.11.2
-pkgrel=1
+pkgrel=3
 pkgdesc="A library written in C that allows you to create and run audio and video streams"
 arch=('i686' 'x86_64')
 url="http://www.linphone.org/"
 license=('GPL')
-depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp')
+depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp' 'mbedtls')
 # xxd from Vim is needed to build
 makedepends=('intltool' 'vim')
 source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})