[arch-commits] Commit in bzrtp/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Jun 15 09:17:04 UTC 2021


    Date: Tuesday, June 15, 2021 @ 09:17:04
  Author: arojas
Revision: 963756

Update to 4.5.20

Modified:
  bzrtp/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-15 09:15:38 UTC (rev 963755)
+++ PKGBUILD	2021-06-15 09:17:04 UTC (rev 963756)
@@ -1,16 +1,16 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=bzrtp
-pkgver=4.5.15
+pkgver=4.5.20
 pkgrel=1
-pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
+pkgdesc='Open source implementation of ZRTP keys exchange protocol'
 arch=(x86_64)
-url="https://github.com/BelledonneCommunications/bzrtp"
+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')
+source=(https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('85053f8758700c9329ffd4a9c92480e832a78588648e8cb09dd657b8cb97047d')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



More information about the arch-commits mailing list