summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2023-06-20 15:00:23 -0400
committerGuillaume Horel2023-06-20 15:00:23 -0400
commitc2feddd132888e171032654033b9ff2165f9cbdd (patch)
treeeeae099a7b47d9144a515dc1b85a278fa7dfe18a
parentf50488bb4a98935df7d5cf7260bc8b4639f84146 (diff)
downloadaur-c2feddd132888e171032654033b9ff2165f9cbdd.tar.gz
bump to 5.2.73
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3adf9a2c45e..38ed7a5eafe3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = lime
pkgdesc = C++ library implementing Open Whisper System Signal protocol
- pkgver = 5.2.32
+ pkgver = 5.2.73
pkgrel = 1
url = http://www.linphone.org/
arch = x86_64
license = GPL
makedepends = cmake
makedepends = boost
- depends = bctoolbox>=5.2.32
+ depends = bctoolbox>=5.2.73
depends = soci>=4.0.0
- source = lime-5.2.32.tar.gz::https://github.com/BelledonneCommunications/lime/archive/5.2.32.tar.gz
- sha256sums = 1b9a5456554f7c73250718dbe8e3409ccdfa575e3228a7b612ec947c52be590f
+ source = lime-5.2.73.tar.gz::https://github.com/BelledonneCommunications/lime/archive/5.2.73.tar.gz
+ sha256sums = bea5a2c3d74dd905adade35c1d7f2e79678d0a2212fcd27a922e0c94d61b7ef3
pkgname = lime
diff --git a/PKGBUILD b/PKGBUILD
index b74bb069dbda..fd6eb8d5cfc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=lime
-pkgver=5.2.32
+pkgver=5.2.73
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=('1b9a5456554f7c73250718dbe8e3409ccdfa575e3228a7b612ec947c52be590f')
+sha256sums=('bea5a2c3d74dd905adade35c1d7f2e79678d0a2212fcd27a922e0c94d61b7ef3')
build() {
cmake -B build $pkgname-$pkgver \