summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2024-04-01 15:36:29 -0400
committerGuillaume Horel2024-04-01 15:36:29 -0400
commit704c2da36051d0f851777ff704f4940423044a2b (patch)
treeed7b8066a4ec13a6869387eba8422f31fbb2b5fb /PKGBUILD
parent10a71c80919036f1642b3a3bd7b2ae8b579e05de (diff)
downloadaur-704c2da36051d0f851777ff704f4940423044a2b.tar.gz
bump to 5.3.36
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c402abe4cb3d..b7f6da13db52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=belr
-pkgver=5.3.4
+pkgver=5.3.36
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/refs/tags/$pkgver.tar.gz")
-sha256sums=('fc73ffa7edd48dfab8ea5b68a3a00e9ed1ccc68edafa16c9549469bed1c712d1')
+sha256sums=('7268bcc35bca569e3004b5dc0da49a1b88db3dc2cc3c3861f5e7cb4b17fa3a58')
build() {
cmake -B build $pkgname-$pkgver \