summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2021-11-25 21:10:19 -0500
committerGuillaume Horel2021-11-25 21:10:19 -0500
commit1eb4e3ae29e89e2099b7f5484958bb628712bac6 (patch)
tree7cba255c97076062b89a1205b0821a1085a22bc1
parente433cbaac4dff825fc9c41664b0e5c13c86fac65 (diff)
downloadaur-1eb4e3ae29e89e2099b7f5484958bb628712bac6.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 fa759cab49e6..d8040701e9ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = lime
pkgdesc = C++ library implementing Open Whisper System Signal protocol
- pkgver = 5.0.3
+ pkgver = 5.0.35
pkgrel = 1
url = http://www.linphone.org/
arch = x86_64
license = GPL
makedepends = cmake
- depends = bctoolbox>=5.0.3
+ depends = bctoolbox>=5.0.35
depends = soci>=4.0.0
- source = lime-5.0.3.tar.gz::https://github.com/BelledonneCommunications/lime/archive/5.0.3.tar.gz
- sha256sums = 879e1ff4712f41d6323ad6847241fd657e9d8dec3f8443da15c44601e4ba9bac
+ source = lime-5.0.35.tar.gz::https://github.com/BelledonneCommunications/lime/archive/5.0.35.tar.gz
+ sha256sums = e85dbeea409aa7e782501ef70a7526db5f72530ad2dc6082aa5501f46e1c9784
pkgname = lime
diff --git a/PKGBUILD b/PKGBUILD
index 4d3d98fdabaa..e830e082bc14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=lime
-pkgver=5.0.3
+pkgver=5.0.35
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=('879e1ff4712f41d6323ad6847241fd657e9d8dec3f8443da15c44601e4ba9bac')
+sha256sums=('e85dbeea409aa7e782501ef70a7526db5f72530ad2dc6082aa5501f46e1c9784')
build() {
cmake -B build $pkgname-$pkgver \