summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2023-06-19 21:50:30 -0400
committerGuillaume Horel2023-06-19 21:50:30 -0400
commit6cf2cbb11010c3b3eb24ce25fafdc407f11861f6 (patch)
tree1c1e3f41bafc673ff7d4422294a66f9e18d52967 /PKGBUILD
parent6d43ae85f5124b7ab014a3c219809baa64c05ea8 (diff)
downloadaur-6cf2cbb11010c3b3eb24ce25fafdc407f11861f6.tar.gz
bump to 5.2.54
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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 \