summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2020-12-27 16:28:09 -0500
committerGuillaume Horel2020-12-27 16:28:09 -0500
commit8deb57d8c6ef15136443ffba6b50bee55d5e3bb8 (patch)
tree5bc6b95724cfe6de0c141aceac110816ff5e8766
parent4d7f32e5e7c3e1e124598a4cef555834e0542144 (diff)
downloadaur-8deb57d8c6ef15136443ffba6b50bee55d5e3bb8.tar.gz
bump to 4.4.21
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 328dd5508725..29385f26abcb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = belr
pkgdesc = A library for working with vCards
- pkgver = 4.4.19
+ pkgver = 4.4.21
pkgrel = 1
url = http://www.linphone.org/
arch = x86_64
license = GPL
makedepends = cmake
depends = bctoolbox>=4.4
- source = belr-4.4.19.tar.gz::https://github.com/BelledonneCommunications/belr/archive/4.4.19.tar.gz
- sha256sums = 8686d79bb12c37ce0f0d98ff65cfd8b003f7fa5152ce46265fac6362dbe1e117
+ source = belr-4.4.21.tar.gz::https://github.com/BelledonneCommunications/belr/archive/4.4.21.tar.gz
+ sha256sums = a63a233ab22c7605766322ce58477ebf62b620fa887df1d2fa0c1abde059f99d
pkgname = belr
diff --git a/PKGBUILD b/PKGBUILD
index 04401d8841de..3738e7c8ef7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=belr
-pkgver=4.4.19
+pkgver=4.4.21
pkgrel=1
pkgdesc="A library for working with vCards"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
depends=('bctoolbox>=4.4')
makedepends=('cmake')
source=("belr-$pkgver.tar.gz::https://github.com/BelledonneCommunications/belr/archive/$pkgver.tar.gz")
-sha256sums=('8686d79bb12c37ce0f0d98ff65cfd8b003f7fa5152ce46265fac6362dbe1e117')
+sha256sums=('a63a233ab22c7605766322ce58477ebf62b620fa887df1d2fa0c1abde059f99d')
build() {
cmake -B build $pkgname-$pkgver \