[arch-commits] Commit in bctoolbox/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Feb 26 11:36:08 UTC 2020
Date: Wednesday, February 26, 2020 @ 11:36:07
Author: arojas
Revision: 582346
archrelease: copy trunk to community-x86_64
Added:
bctoolbox/repos/community-x86_64/PKGBUILD
(from rev 582345, bctoolbox/trunk/PKGBUILD)
Deleted:
bctoolbox/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-26 11:35:41 UTC (rev 582345)
+++ PKGBUILD 2020-02-26 11:36:07 UTC (rev 582346)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Sergej Pupykin <arch+pub at sergej.pp.ru>
-
-pkgname=bctoolbox
-pkgver=4.3.0
-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=(gcc-libs mbedtls bcunit)
-makedepends=(cmake)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz")
-sha256sums=('5fb2d9127b2e09dfe3136c9827a742b5796c2abdd746545c1ab345aba57436f4')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DENABLE_STATIC=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: bctoolbox/repos/community-x86_64/PKGBUILD (from rev 582345, bctoolbox/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-02-26 11:36:07 UTC (rev 582346)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Sergej Pupykin <arch+pub at sergej.pp.ru>
+
+pkgname=bctoolbox
+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/bctoolbox"
+license=(GPL)
+depends=(gcc-libs mbedtls bcunit)
+makedepends=(cmake)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz")
+sha256sums=('d8501e3793c10abbf913759d7a0e5f6eb3140af6bacf5e2bdcd532049bde69c0')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DENABLE_STATIC=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list