[arch-commits] Commit in bctoolbox/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue Oct 5 14:52:02 UTC 2021


    Date: Tuesday, October 5, 2021 @ 14:52:02
  Author: arojas
Revision: 1027710

archrelease: copy trunk to community-x86_64

Added:
  bctoolbox/repos/community-x86_64/PKGBUILD
    (from rev 1027709, bctoolbox/trunk/PKGBUILD)
Deleted:
  bctoolbox/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-05 14:51:54 UTC (rev 1027709)
+++ PKGBUILD	2021-10-05 14:52:02 UTC (rev 1027710)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Sergej Pupykin <arch+pub at sergej.pp.ru>
-
-pkgname=bctoolbox
-pkgver=5.0.28
-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/bctoolbox'
-license=(GPL)
-depends=(mbedtls bcunit)
-makedepends=(cmake)
-source=(https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('5386db0153ea2339a630d2f78e588fad2ec5f056174f4560935e72ec4de4fd09')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DENABLE_STATIC=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: bctoolbox/repos/community-x86_64/PKGBUILD (from rev 1027709, bctoolbox/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-05 14:52:02 UTC (rev 1027710)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Sergej Pupykin <arch+pub at sergej.pp.ru>
+
+pkgname=bctoolbox
+pkgver=5.0.32
+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/bctoolbox'
+license=(GPL)
+depends=(mbedtls bcunit)
+makedepends=(cmake)
+source=(https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('f9a460339567914626bd218889c9c136c703c006c5087c81a4333c8379c6b836')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DENABLE_STATIC=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list