summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2022-11-25 15:22:53 -0500
committerGuillaume Horel2022-11-25 15:22:53 -0500
commitd1e3ebb1f82be36e01764eae898782ebe5edb4a7 (patch)
treefbe3e0754576e57b007fbb4108b7af3cd3e64aa0
parent02e8d61c7b30ff7ce765245bfe553b954e666afc (diff)
downloadaur-d1e3ebb1f82be36e01764eae898782ebe5edb4a7.tar.gz
bump to 5.1.71
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0881d82a07b..30dfa5f39c0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = belle-sip
pkgdesc = A Voice-over-IP phone
- pkgver = 5.1.32
+ pkgver = 5.1.71
pkgrel = 1
url = https://github.com/BelledonneCommunications/belle-sip/
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = belle-sip
makedepends = cmake
depends = avahi
depends = belr
- depends = bctoolbox>=5.1.32
+ depends = bctoolbox>=5.1.71
options = !emptydirs
- source = belle-sip-5.1.32.tar.gz::https://github.com/BelledonneCommunications/belle-sip/archive/5.1.32.tar.gz
- sha256sums = 0e8b37a453dfcd61bd455ad8bf15316aa85b7156f2d5d7e14fcd51c81f18f333
+ source = belle-sip-5.1.71.tar.gz::https://github.com/BelledonneCommunications/belle-sip/archive/5.1.71.tar.gz
+ sha256sums = 218728c7c5d32e8e44605982f87a62da0b4068f2678c0fafc96f4d3524002836
pkgname = belle-sip
diff --git a/PKGBUILD b/PKGBUILD
index bd5118cf8f41..c77a97424c08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=belle-sip
-pkgver=5.1.32
+pkgver=5.1.71
pkgrel=1
pkgdesc="A Voice-over-IP phone"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('avahi' 'belr' "bctoolbox>=$pkgver")
makedepends=('cmake')
options=('!emptydirs')
source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/belle-sip/archive/$pkgver.tar.gz")
-sha256sums=('0e8b37a453dfcd61bd455ad8bf15316aa85b7156f2d5d7e14fcd51c81f18f333')
+sha256sums=('218728c7c5d32e8e44605982f87a62da0b4068f2678c0fafc96f4d3524002836')
build() {
cmake -B build "$pkgname-$pkgver" \