[arch-commits] Commit in bzrtp/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Jun 25 06:03:31 UTC 2021
Date: Friday, June 25, 2021 @ 06:03:30
Author: arojas
Revision: 967380
archrelease: copy trunk to community-x86_64
Added:
bzrtp/repos/community-x86_64/PKGBUILD
(from rev 967379, bzrtp/trunk/PKGBUILD)
Deleted:
bzrtp/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-25 06:03:20 UTC (rev 967379)
+++ PKGBUILD 2021-06-25 06:03:30 UTC (rev 967380)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=bzrtp
-pkgver=4.5.20
-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=('85053f8758700c9329ffd4a9c92480e832a78588648e8cb09dd657b8cb97047d')
-
-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 967379, bzrtp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-06-25 06:03:30 UTC (rev 967380)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=bzrtp
+pkgver=4.5.22
+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=('6d21305d542d58fd12aa6d555277f966b2c9a70e2ab869ce9a094224b219557f')
+
+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