summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2022-11-25 15:19:39 -0500
committerGuillaume Horel2022-11-25 15:19:39 -0500
commit6d43ae85f5124b7ab014a3c219809baa64c05ea8 (patch)
treeb9053c031ca63b147152b30e3c683d4fa7350ee1
parent40a1fa410a864aa7865bfab26de5affa3f866722 (diff)
downloadaur-6d43ae85f5124b7ab014a3c219809baa64c05ea8.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 d280c1ba418f..e48588952774 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = belr
pkgdesc = A library for working with vCards
- pkgver = 5.0.35
+ pkgver = 5.1.71
pkgrel = 1
url = http://www.linphone.org/
arch = x86_64
license = GPL
makedepends = cmake
- depends = bctoolbox>=5.0.35
- source = belr-5.0.35.tar.gz::https://github.com/BelledonneCommunications/belr/archive/5.0.35.tar.gz
- sha256sums = 7d72d5b0f7dea84b1ba64e5de1b7e6b1bdd99b367bc99d4eeb0e3d9e18926066
+ depends = bctoolbox>=5.1.71
+ source = belr-5.1.71.tar.gz::https://github.com/BelledonneCommunications/belr/archive/5.1.71.tar.gz
+ sha256sums = 42ef386094b98d6e07d1a14752865781b19e520c8abbda1a8b2278ad264570b2
pkgname = belr
diff --git a/PKGBUILD b/PKGBUILD
index 4f2664b4dd9a..029adde5ad0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=belr
-pkgver=5.0.35
+pkgver=5.1.71
pkgrel=1
pkgdesc="A library for working with vCards"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
depends=("bctoolbox>=$pkgver")
makedepends=('cmake')
source=("belr-$pkgver.tar.gz::https://github.com/BelledonneCommunications/belr/archive/$pkgver.tar.gz")
-sha256sums=('7d72d5b0f7dea84b1ba64e5de1b7e6b1bdd99b367bc99d4eeb0e3d9e18926066')
+sha256sums=('42ef386094b98d6e07d1a14752865781b19e520c8abbda1a8b2278ad264570b2')
build() {
cmake -B build $pkgname-$pkgver \