summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2022-11-25 15:35:28 -0500
committerGuillaume Horel2022-11-25 15:35:28 -0500
commit9eb9954b70766553f33af4ea13259a617b8a4402 (patch)
tree5a548abe6b75309c657b3ad454ceb2ce50004611
parent14aa976ab79942ea1a8c74943616504930aa6607 (diff)
downloadaur-9eb9954b70766553f33af4ea13259a617b8a4402.tar.gz
bump to 5.1.71
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05033dc762d3..228f2842181d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = lime
pkgdesc = C++ library implementing Open Whisper System Signal protocol
- pkgver = 5.0.53
+ pkgver = 5.0.71
pkgrel = 1
url = http://www.linphone.org/
arch = x86_64
license = GPL
makedepends = cmake
makedepends = boost
- depends = bctoolbox>=5.0.53
+ depends = bctoolbox>=5.0.71
depends = soci>=4.0.0
- source = lime-5.0.53.tar.gz::https://github.com/BelledonneCommunications/lime/archive/5.0.53.tar.gz
- sha256sums = 85e6d6262b315281a7350adc3cb91046ec94cac20c4bcc78cd590618e1642e1e
+ source = lime-5.0.71.tar.gz::https://github.com/BelledonneCommunications/lime/archive/5.0.71.tar.gz
+ sha256sums = 502890ff6bd736252c63c35e440971b584b2e315bf1928dc6e0d372efe8a7b36
pkgname = lime
diff --git a/PKGBUILD b/PKGBUILD
index 7b4e69a136b5..ff7b7b0fb973 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=lime
-pkgver=5.0.53
+pkgver=5.0.71
pkgrel=1
pkgdesc="C++ library implementing Open Whisper System Signal protocol"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
depends=("bctoolbox>=$pkgver" 'soci>=4.0.0')
makedepends=('cmake' 'boost')
source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('85e6d6262b315281a7350adc3cb91046ec94cac20c4bcc78cd590618e1642e1e')
+sha256sums=('502890ff6bd736252c63c35e440971b584b2e315bf1928dc6e0d372efe8a7b36')
build() {
cmake -B build $pkgname-$pkgver \