Date: Saturday, March 14, 2015 @ 21:40:25 Author: arojas Revision: 233835
Update to 2.11.0, add validpgpkeys Modified: mediastreamer/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-14 20:30:06 UTC (rev 233834) +++ PKGBUILD 2015-03-14 20:40:25 UTC (rev 233835) @@ -5,8 +5,8 @@ # Contributor: AdriĆ Arrufat <[email protected]> pkgname=mediastreamer -pkgver=2.10.0 -pkgrel=3 +pkgver=2.11.0 +pkgrel=1 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/" @@ -15,8 +15,9 @@ # 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}) -md5sums=('5a4e7545e212068534b56fdf41c961e9' +md5sums=('07ec80cec0fd82c496eb11a5ab436e3b' 'SKIP') +validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985') build() { cd $pkgname-$pkgver
