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

Antonio Rojas arojas at archlinux.org
Tue Jun 15 09:11:33 UTC 2021


    Date: Tuesday, June 15, 2021 @ 09:11:33
  Author: arojas
Revision: 963752

Update to 4.5.20

Modified:
  bctoolbox/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-15 08:42:30 UTC (rev 963751)
+++ PKGBUILD	2021-06-15 09:11:33 UTC (rev 963752)
@@ -2,16 +2,16 @@
 # Contributor: Sergej Pupykin <arch+pub at sergej.pp.ru>
 
 pkgname=bctoolbox
-pkgver=4.5.15
+pkgver=4.5.20
 pkgrel=1
-pkgdesc="A library written in C that allows you to create and run audio and video streams"
+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"
+url='https://github.com/BelledonneCommunications/bctoolbox'
 license=(GPL)
 depends=(mbedtls bcunit)
 makedepends=(cmake)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz")
-sha256sums=('bbe86fe288803d76f586fe3dd0ae5640787555ff2965607f4ecdec5e8d8976b2')
+source=(https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('93b855c518e3d324e40479834a8fddfc36abefd4fb6b519a7a01e942d7411c2d')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



More information about the arch-commits mailing list