summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2023-06-19 21:50:30 -0400
committerGuillaume Horel2023-06-19 21:50:30 -0400
commit6cf2cbb11010c3b3eb24ce25fafdc407f11861f6 (patch)
tree1c1e3f41bafc673ff7d4422294a66f9e18d52967
parent6d43ae85f5124b7ab014a3c219809baa64c05ea8 (diff)
downloadaur-6cf2cbb11010c3b3eb24ce25fafdc407f11861f6.tar.gz
bump to 5.2.54
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e48588952774..6147d26cdb2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = belr
pkgdesc = A library for working with vCards
- pkgver = 5.1.71
+ pkgver = 5.2.54
pkgrel = 1
url = http://www.linphone.org/
arch = x86_64
license = GPL
makedepends = cmake
- 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
+ depends = bctoolbox>=5.2.54
+ source = belr-5.2.54.tar.gz::https://github.com/BelledonneCommunications/belr/archive/5.2.54.tar.gz
+ sha256sums = 947d9ba7ae828804ac20d85600f270046ae201aa69f2847b17b87e2770dad06f
pkgname = belr
diff --git a/PKGBUILD b/PKGBUILD
index 029adde5ad0a..bf1945851d59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=belr
-pkgver=5.1.71
+pkgver=5.2.54
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=('42ef386094b98d6e07d1a14752865781b19e520c8abbda1a8b2278ad264570b2')
+sha256sums=('947d9ba7ae828804ac20d85600f270046ae201aa69f2847b17b87e2770dad06f')
build() {
cmake -B build $pkgname-$pkgver \