summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2021-06-27 15:45:08 -0400
committerGuillaume Horel2021-06-27 15:45:08 -0400
commit210bfb9df6a425ca88ecbcde75817fb0e07f79f1 (patch)
treea9290978a50cff0fa2ea759c1bc9409fbee7e28b /PKGBUILD
parentd0258ea28275f7825a78411da6d5c8c0c30fa8aa (diff)
downloadaur-210bfb9df6a425ca88ecbcde75817fb0e07f79f1.tar.gz
bump to 4.5.22
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66feeac824fe..baa2b130b067 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=belr
-pkgver=4.5.13
+pkgver=4.5.22
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=('7713d5e7af5f57db39c254f100c3fd26f37f2221bf86b9afa9df7fb6c40c2557')
+sha256sums=('980ae1125428b8c4947b0e6610dfca864648e915ba190b6f0a940234e5d5a55e')
build() {
cmake -B build $pkgname-$pkgver \