Date: Wednesday, February 26, 2020 @ 11:46:43 Author: arojas Revision: 582367
Update to 4.3.1 Modified: mediastreamer/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-26 11:46:19 UTC (rev 582366) +++ PKGBUILD 2020-02-26 11:46:43 UTC (rev 582367) @@ -5,16 +5,16 @@ # Contributor: Mark Lee <[email protected]> pkgname=mediastreamer -pkgver=4.3.0 +pkgver=4.3.1 pkgrel=1 pkgdesc="A library written in C that allows you to create and run audio and video streams" arch=(x86_64) url="https://github.com/BelledonneCommunications/mediastreamer2" license=(GPL) -depends=(ortp ffmpeg libxv libupnp bzrtp glew libsrtp) +depends=(ortp ffmpeg libupnp bzrtp glew libsrtp) makedepends=(cmake python bcunit doxygen) source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver.tar.gz") -sha256sums=('25e9e94b8f8f60ee6bcf95e788530867ab13bbd25be64339107053f0333ac1e0') +sha256sums=('0b33ca111fbc6202ad55decee4c185b2ee42699ab0694b6281dee1180fdef4ba') validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985') prepare() {
