summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2021-11-25 21:10:27 -0500
committerGuillaume Horel2021-11-25 21:10:27 -0500
commita2a561921961adbcda4ce9af1bdadae285b3c98e (patch)
treebbad8b18da49d9b9c5e95135c2e92343f3b877df
parent1eb4e3ae29e89e2099b7f5484958bb628712bac6 (diff)
downloadaur-a2a561921961adbcda4ce9af1bdadae285b3c98e.tar.gz
bump to 5.0.53
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8040701e9ed..6fb8528903c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = lime
pkgdesc = C++ library implementing Open Whisper System Signal protocol
- pkgver = 5.0.35
+ pkgver = 5.0.53
pkgrel = 1
url = http://www.linphone.org/
arch = x86_64
license = GPL
makedepends = cmake
- depends = bctoolbox>=5.0.35
+ depends = bctoolbox>=5.0.53
depends = soci>=4.0.0
- source = lime-5.0.35.tar.gz::https://github.com/BelledonneCommunications/lime/archive/5.0.35.tar.gz
- sha256sums = e85dbeea409aa7e782501ef70a7526db5f72530ad2dc6082aa5501f46e1c9784
+ source = lime-5.0.53.tar.gz::https://github.com/BelledonneCommunications/lime/archive/5.0.53.tar.gz
+ sha256sums = 85e6d6262b315281a7350adc3cb91046ec94cac20c4bcc78cd590618e1642e1e
pkgname = lime
diff --git a/PKGBUILD b/PKGBUILD
index e830e082bc14..28f8b0d9f1eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=lime
-pkgver=5.0.35
+pkgver=5.0.53
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')
source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('e85dbeea409aa7e782501ef70a7526db5f72530ad2dc6082aa5501f46e1c9784')
+sha256sums=('85e6d6262b315281a7350adc3cb91046ec94cac20c4bcc78cd590618e1642e1e')
build() {
cmake -B build $pkgname-$pkgver \