summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2020-11-27 18:01:31 -0500
committerGuillaume Horel2020-11-27 18:01:31 -0500
commite758cea1368e9e686fd461b46a95d2d67bfe4562 (patch)
treecf9a8cc4088b62258c62d0b2d50a13a00e55ebef
parentb80ba6787ad76a767997cfdbcdc9330d5267bce2 (diff)
downloadaur-e758cea1368e9e686fd461b46a95d2d67bfe4562.tar.gz
bump to 4.4.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ba845f7d68c..6466c5515ad9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = belr
pkgdesc = A library for working with vCards
- pkgver = 4.4.0
+ pkgver = 4.4.13
pkgrel = 1
url = http://www.linphone.org/
arch = x86_64
license = GPL
makedepends = cmake
depends = bctoolbox>=4.4
- source = belr-4.4.0.tar.gz::https://github.com/BelledonneCommunications/belr/archive/4.4.0.tar.gz
- sha256sums = 0b6ab6d3c4d0eb07036e21d2a7e03d949230cc89fd70730d79e28292f02ff101
+ source = belr-4.4.13.tar.gz::https://github.com/BelledonneCommunications/belr/archive/4.4.13.tar.gz
+ sha256sums = d77eb4ad054d3df57e26a85251a2b7eede14455f814cbbe7bacb04e842d59b88
pkgname = belr
diff --git a/PKGBUILD b/PKGBUILD
index 7a877270ae7a..93cc65cac5d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=belr
-pkgver=4.4.0
+pkgver=4.4.13
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=('0b6ab6d3c4d0eb07036e21d2a7e03d949230cc89fd70730d79e28292f02ff101')
+sha256sums=('d77eb4ad054d3df57e26a85251a2b7eede14455f814cbbe7bacb04e842d59b88')
build() {
mkdir -p build