summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2022-11-23 14:15:41 -0500
committerGuillaume Horel2022-11-23 14:15:41 -0500
commit140a237dd17dbc8bda03e92938af387450bb0ccb (patch)
treea5d11f55837d8ace297306cf7c7457e72c83c9df
parentccf2b4e8dda76528953bfa8c9ebe437f4fbc1f38 (diff)
downloadaur-140a237dd17dbc8bda03e92938af387450bb0ccb.tar.gz
bump to 5.1.71
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed0e12cf3f19..f7a02ead4b7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bzrtp
pkgdesc = Open source implementation of ZRTP keys exchange protocol
- pkgver = 5.1.67
+ pkgver = 5.1.71
pkgrel = 1
url = https://gitlab.linphone.org/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = bzrtp
depends = libxml2
depends = bctoolbox
depends = sqlite
- source = https://gitlab.linphone.org/BC/public/bzrtp/-/archive/5.1.67/bzrtp-5.1.67.tar.bz2
- sha256sums = 729ad666bdf5a64c20a063d60d40ebfb55821e785147a16dc5f7978511155b04
+ source = https://gitlab.linphone.org/BC/public/bzrtp/-/archive/5.1.71/bzrtp-5.1.71.tar.bz2
+ sha256sums = 9072a8fa44ef5fc8d493f436cca1e9710f579ef9a0fc0d9dd709d1b209ea297d
pkgname = bzrtp
diff --git a/PKGBUILD b/PKGBUILD
index e37d269c8be9..ee2287bc1803 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Antonio Rojas <arojas@archlinux.org>
+# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
+# Contributor: Antonio Rojas <arojas@archlinux.org>
pkgname=bzrtp
-pkgver=5.1.67
+pkgver=5.1.71
pkgrel=1
pkgdesc='Open source implementation of ZRTP keys exchange protocol'
arch=(x86_64)
@@ -10,7 +11,7 @@ license=(GPL2)
depends=(libxml2 bctoolbox sqlite)
makedepends=(bcunit cmake)
source=(https://gitlab.linphone.org/BC/public/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('729ad666bdf5a64c20a063d60d40ebfb55821e785147a16dc5f7978511155b04')
+sha256sums=('9072a8fa44ef5fc8d493f436cca1e9710f579ef9a0fc0d9dd709d1b209ea297d')
build() {
cmake -B build -S $pkgname-$pkgver \