summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2021-05-11 22:56:31 -0400
committerGuillaume Horel2021-05-11 22:56:31 -0400
commit3a77484ce7f2229d8998923dbc1b011e9b19d167 (patch)
tree6393b25ee3ea08ea9b17752bb9088662c0491448
parentd2d12633a20c54959930222a0b6e7793ac468e9b (diff)
downloadaur-3a77484ce7f2229d8998923dbc1b011e9b19d167.tar.gz
bump to 4.5.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a09697dcf4b..88420f6f9fdb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = lime
pkgdesc = C++ library implementing Open Whisper System Signal protocol
- pkgver = 4.4.21
+ pkgver = 4.5.13
pkgrel = 1
url = http://www.linphone.org/
arch = x86_64
license = GPL
makedepends = cmake
- depends = bctoolbox>=4.4.21
+ depends = bctoolbox>=4.5.13
depends = soci>=4.0.0
- source = lime-4.4.21.tar.gz::https://github.com/BelledonneCommunications/lime/archive/4.4.21.tar.gz
- sha256sums = 2b9d534b92fa770becd1f5de721b71ff10be17c94badc9831ec6837b775d3670
+ source = lime-4.5.13.tar.gz::https://github.com/BelledonneCommunications/lime/archive/4.5.13.tar.gz
+ sha256sums = 41a32b19b1b49e64f75ed68c58d71b0d09ed813238affb774c5a3fcd92668c23
pkgname = lime
diff --git a/PKGBUILD b/PKGBUILD
index 3bf5de686a1e..62c722e0d96b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=lime
-pkgver=4.4.21
+pkgver=4.5.13
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=('2b9d534b92fa770becd1f5de721b71ff10be17c94badc9831ec6837b775d3670')
+sha256sums=('41a32b19b1b49e64f75ed68c58d71b0d09ed813238affb774c5a3fcd92668c23')
build() {
cmake -B build $pkgname-$pkgver \