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

Antonio Rojas arojas at gemini.archlinux.org
Mon Aug 30 20:35:32 UTC 2021


    Date: Monday, August 30, 2021 @ 20:35:31
  Author: arojas
Revision: 1010076

archrelease: copy trunk to community-x86_64

Added:
  bzrtp/repos/community-x86_64/PKGBUILD
    (from rev 1010075, bzrtp/trunk/PKGBUILD)
Deleted:
  bzrtp/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-30 20:35:20 UTC (rev 1010075)
+++ PKGBUILD	2021-08-30 20:35:31 UTC (rev 1010076)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=bzrtp
-pkgver=5.0.5
-pkgrel=1
-pkgdesc='Open source implementation of ZRTP keys exchange protocol'
-arch=(x86_64)
-url='https://github.com/BelledonneCommunications/bzrtp'
-license=(GPL2)
-depends=(libxml2 bctoolbox sqlite)
-makedepends=(bcunit cmake)
-source=(https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('e44822cfb2f80abadb71718cac5a4e2b4463e431fcc49fd1195f347393ffe373')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DENABLE_STATIC=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: bzrtp/repos/community-x86_64/PKGBUILD (from rev 1010075, bzrtp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-30 20:35:31 UTC (rev 1010076)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=bzrtp
+pkgver=5.0.11
+pkgrel=1
+pkgdesc='Open source implementation of ZRTP keys exchange protocol'
+arch=(x86_64)
+url='https://github.com/BelledonneCommunications/bzrtp'
+license=(GPL2)
+depends=(libxml2 bctoolbox sqlite)
+makedepends=(bcunit cmake)
+source=(https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('d972bd79d2e3bfa33589a7085e770f7c0803df58aa09b6e7d940fca231626b8c')
+
+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