summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2021-09-03 07:36:45 -0400
committerGuillaume Horel2021-09-03 07:37:50 -0400
commitbab35b4559587ad197a8a7ff62452acc67a0c6a3 (patch)
treec33d11727969e367e9fcc4d266ca3f2fa401a935
parent210bfb9df6a425ca88ecbcde75817fb0e07f79f1 (diff)
downloadaur-bab35b4559587ad197a8a7ff62452acc67a0c6a3.tar.gz
bump to 5.0.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 288c763a015d..e9a9df743873 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = belr
pkgdesc = A library for working with vCards
- pkgver = 4.5.22
+ pkgver = 5.0.13
pkgrel = 1
url = http://www.linphone.org/
arch = x86_64
license = GPL
makedepends = cmake
- 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
+ depends = bctoolbox>=5.0.13
+ source = belr-5.0.13.tar.gz::https://github.com/BelledonneCommunications/belr/archive/5.0.13.tar.gz
+ sha256sums = 7937d6104fd23c5464bb852908e495f7cdb1153eb6058688adcd5488a892cde7
pkgname = belr
diff --git a/PKGBUILD b/PKGBUILD
index baa2b130b067..f823aee463e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=belr
-pkgver=4.5.22
+pkgver=5.0.13
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=('980ae1125428b8c4947b0e6610dfca864648e915ba190b6f0a940234e5d5a55e')
+sha256sums=('7937d6104fd23c5464bb852908e495f7cdb1153eb6058688adcd5488a892cde7')
build() {
cmake -B build $pkgname-$pkgver \