[arch-commits] Commit in bzrtp/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Wed Sep 29 18:04:01 UTC 2021
Date: Wednesday, September 29, 2021 @ 18:04:01
Author: arojas
Revision: 1025977
archrelease: copy trunk to community-x86_64
Added:
bzrtp/repos/community-x86_64/PKGBUILD
(from rev 1025976, bzrtp/trunk/PKGBUILD)
Deleted:
bzrtp/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-09-29 18:03:51 UTC (rev 1025976)
+++ PKGBUILD 2021-09-29 18:04:01 UTC (rev 1025977)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=bzrtp
-pkgver=5.0.26
-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=('3a391d64a5b4710875059e0122ea56fe029175e5ecffeb573039dc4b9fa52c3f')
-
-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 1025976, bzrtp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-09-29 18:04:01 UTC (rev 1025977)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=bzrtp
+pkgver=5.0.28
+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=('a69fd90c9485b4351acb4164ddbb19206f38081eea33f62c86d50db392064cf8')
+
+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