summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2021-06-27 15:45:08 -0400
committerGuillaume Horel2021-06-27 15:45:08 -0400
commit210bfb9df6a425ca88ecbcde75817fb0e07f79f1 (patch)
treea9290978a50cff0fa2ea759c1bc9409fbee7e28b
parentd0258ea28275f7825a78411da6d5c8c0c30fa8aa (diff)
downloadaur-210bfb9df6a425ca88ecbcde75817fb0e07f79f1.tar.gz
bump to 4.5.22
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae1fe0710e67..288c763a015d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = belr
pkgdesc = A library for working with vCards
- pkgver = 4.5.13
+ pkgver = 4.5.22
pkgrel = 1
url = http://www.linphone.org/
arch = x86_64
license = GPL
makedepends = cmake
- depends = bctoolbox>=4.5.13
- source = belr-4.5.13.tar.gz::https://github.com/BelledonneCommunications/belr/archive/4.5.13.tar.gz
- sha256sums = 7713d5e7af5f57db39c254f100c3fd26f37f2221bf86b9afa9df7fb6c40c2557
+ depends = bctoolbox>=4.5.22
+ source = belr-4.5.22.tar.gz::https://github.com/BelledonneCommunications/belr/archive/4.5.22.tar.gz
+ sha256sums = 980ae1125428b8c4947b0e6610dfca864648e915ba190b6f0a940234e5d5a55e
pkgname = belr
-
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 \