Date: Tuesday, August 10, 2021 @ 16:40:09 Author: arojas Revision: 997389
Update to 5.0.5 Modified: bctoolbox/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-10 16:37:22 UTC (rev 997388) +++ PKGBUILD 2021-08-10 16:40:09 UTC (rev 997389) @@ -2,7 +2,7 @@ # Contributor: Sergej Pupykin <[email protected]> pkgname=bctoolbox -pkgver=5.0.3 +pkgver=5.0.5 pkgrel=1 pkgdesc='A library written in C that allows you to create and run audio and video streams' arch=(x86_64) @@ -11,7 +11,7 @@ depends=(mbedtls bcunit) makedepends=(cmake) source=(https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('2aeff9858fd28b9b5813ad500cf6256ace95efdfc0f9a0746106df63a153e951') +sha256sums=('1c7746f24bb4a102db7c0b8561058ea2d4162b703cf34efa4656c343c431723b') build() { cmake -B build -S $pkgname-$pkgver \
