[arch-commits] Commit in bzrtp/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu May 13 20:32:57 UTC 2021
Date: Thursday, May 13, 2021 @ 20:32:57
Author: arojas
Revision: 933723
archrelease: copy trunk to community-x86_64
Added:
bzrtp/repos/community-x86_64/PKGBUILD
(from rev 933722, bzrtp/trunk/PKGBUILD)
Deleted:
bzrtp/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-13 20:32:47 UTC (rev 933722)
+++ PKGBUILD 2021-05-13 20:32:57 UTC (rev 933723)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=bzrtp
-pkgver=4.5.13
-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=('2643c1c5cb02d14bdfea4a4e8573920fbe60e8549e1f399470dfdddb844bcbf3')
-
-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 933722, bzrtp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-13 20:32:57 UTC (rev 933723)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=bzrtp
+pkgver=4.5.15
+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=('10b90a9d7cbf25b5475f00ea5db7f161b8b0bf57bde9ff08e3b2ec46936193fb')
+
+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