summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2021-02-03 16:31:08 -0500
committerGuillaume Horel2021-02-03 16:31:08 -0500
commit953a8203a2c348a9cb528bc9a1393b2768f1d693 (patch)
tree3ee3cdb94f14db30326d071ff3253ea143deb366
parent8deb57d8c6ef15136443ffba6b50bee55d5e3bb8 (diff)
downloadaur-953a8203a2c348a9cb528bc9a1393b2768f1d693.tar.gz
bump to 4.4.25
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29385f26abcb..444a97367cca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = belr
pkgdesc = A library for working with vCards
- pkgver = 4.4.21
+ pkgver = 4.4.25
pkgrel = 1
url = http://www.linphone.org/
arch = x86_64
license = GPL
makedepends = cmake
depends = bctoolbox>=4.4
- source = belr-4.4.21.tar.gz::https://github.com/BelledonneCommunications/belr/archive/4.4.21.tar.gz
- sha256sums = a63a233ab22c7605766322ce58477ebf62b620fa887df1d2fa0c1abde059f99d
+ source = belr-4.4.25.tar.gz::https://github.com/BelledonneCommunications/belr/archive/4.4.25.tar.gz
+ sha256sums = f7d96691781e5fc8162f939ecc306160183026c220fe5b02af4768810d410f95
pkgname = belr
diff --git a/PKGBUILD b/PKGBUILD
index 3738e7c8ef7c..fa6159aeb0eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=belr
-pkgver=4.4.21
+pkgver=4.4.25
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=('a63a233ab22c7605766322ce58477ebf62b620fa887df1d2fa0c1abde059f99d')
+sha256sums=('f7d96691781e5fc8162f939ecc306160183026c220fe5b02af4768810d410f95')
build() {
cmake -B build $pkgname-$pkgver \