[arch-commits] Commit in bctoolbox/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Jan 19 21:53:39 UTC 2020


    Date: Sunday, January 19, 2020 @ 21:53:39
  Author: arojas
Revision: 553199

bcunit is a runtime dependency (FS#65211)

Modified:
  bctoolbox/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-19 20:36:23 UTC (rev 553198)
+++ PKGBUILD	2020-01-19 21:53:39 UTC (rev 553199)
@@ -3,13 +3,13 @@
 
 pkgname=bctoolbox
 pkgver=4.3.0
-pkgrel=1
+pkgrel=2
 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/bctoolbox"
 license=(GPL)
-depends=(mbedtls)
-makedepends=(cmake bcunit)
+depends=(gcc-libs mbedtls bcunit)
+makedepends=(cmake)
 source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz")
 sha256sums=('5fb2d9127b2e09dfe3136c9827a742b5796c2abdd746545c1ab345aba57436f4')
 



More information about the arch-commits mailing list