summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2021-10-19 16:29:36 -0400
committerGuillaume Horel2021-10-19 16:29:36 -0400
commit40a1fa410a864aa7865bfab26de5affa3f866722 (patch)
treee30f31b8ccee3e9ee5d6f666f07881a3fe24c42a
parentbab35b4559587ad197a8a7ff62452acc67a0c6a3 (diff)
downloadaur-40a1fa410a864aa7865bfab26de5affa3f866722.tar.gz
bump to 5.0.35
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9a9df743873..d280c1ba418f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = belr
pkgdesc = A library for working with vCards
- pkgver = 5.0.13
+ pkgver = 5.0.35
pkgrel = 1
url = http://www.linphone.org/
arch = x86_64
license = GPL
makedepends = cmake
- 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
+ depends = bctoolbox>=5.0.35
+ source = belr-5.0.35.tar.gz::https://github.com/BelledonneCommunications/belr/archive/5.0.35.tar.gz
+ sha256sums = 7d72d5b0f7dea84b1ba64e5de1b7e6b1bdd99b367bc99d4eeb0e3d9e18926066
pkgname = belr
diff --git a/PKGBUILD b/PKGBUILD
index f823aee463e6..4f2664b4dd9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=belr
-pkgver=5.0.13
+pkgver=5.0.35
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=('7937d6104fd23c5464bb852908e495f7cdb1153eb6058688adcd5488a892cde7')
+sha256sums=('7d72d5b0f7dea84b1ba64e5de1b7e6b1bdd99b367bc99d4eeb0e3d9e18926066')
build() {
cmake -B build $pkgname-$pkgver \