Date: Saturday, February 6, 2021 @ 09:27:43
  Author: arojas
Revision: 846488

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-02-06 09:27:18 UTC (rev 846487)
+++ PKGBUILD    2021-02-06 09:27:43 UTC (rev 846488)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <aro...@archlinux.org>
-
-pkgname=bzrtp
-pkgver=4.4.26
-pkgrel=1
-pkgdesc="Opensource 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=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver.tar.gz";)
-sha256sums=('0903cb93b53608dc3002bff3060c31e1cb7d7a577b75fcd58ff51dd9760b4570')
-
-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 846487, 
bzrtp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-02-06 09:27:43 UTC (rev 846488)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+
+pkgname=bzrtp
+pkgver=4.4.27
+pkgrel=1
+pkgdesc="Opensource 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=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver.tar.gz";)
+sha256sums=('2e789f139ec9ee1b60efccd814425d26a60797e08681be45892ebd5f0916094a')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DENABLE_STATIC=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to