summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2021-05-11 22:57:27 -0400
committerGuillaume Horel2021-05-11 22:57:27 -0400
commitd0258ea28275f7825a78411da6d5c8c0c30fa8aa (patch)
treefa6b24bf6cd8e1b19907b4baffc1805338817fe9
parent953a8203a2c348a9cb528bc9a1393b2768f1d693 (diff)
downloadaur-d0258ea28275f7825a78411da6d5c8c0c30fa8aa.tar.gz
bump to 4.5.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 444a97367cca..ae1fe0710e67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = belr
pkgdesc = A library for working with vCards
- pkgver = 4.4.25
+ pkgver = 4.5.13
pkgrel = 1
url = http://www.linphone.org/
arch = x86_64
license = GPL
makedepends = cmake
- depends = bctoolbox>=4.4
- source = belr-4.4.25.tar.gz::https://github.com/BelledonneCommunications/belr/archive/4.4.25.tar.gz
- sha256sums = f7d96691781e5fc8162f939ecc306160183026c220fe5b02af4768810d410f95
+ 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
pkgname = belr
diff --git a/PKGBUILD b/PKGBUILD
index fa6159aeb0eb..66feeac824fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=belr
-pkgver=4.4.25
+pkgver=4.5.13
pkgrel=1
pkgdesc="A library for working with vCards"
arch=('x86_64')
url="http://www.linphone.org/"
license=('GPL')
-depends=('bctoolbox>=4.4')
+depends=("bctoolbox>=$pkgver")
makedepends=('cmake')
source=("belr-$pkgver.tar.gz::https://github.com/BelledonneCommunications/belr/archive/$pkgver.tar.gz")
-sha256sums=('f7d96691781e5fc8162f939ecc306160183026c220fe5b02af4768810d410f95')
+sha256sums=('7713d5e7af5f57db39c254f100c3fd26f37f2221bf86b9afa9df7fb6c40c2557')
build() {
cmake -B build $pkgname-$pkgver \