[arch-commits] Commit in jami-daemon/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Sat Oct 24 06:03:23 UTC 2020


    Date: Saturday, October 24, 2020 @ 06:03:22
  Author: archange
Revision: 730963

upgpkg: jami-daemon 20201023-1

Also FS#68365

Modified:
  jami-daemon/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-24 06:03:04 UTC (rev 730962)
+++ PKGBUILD	2020-10-24 06:03:22 UTC (rev 730963)
@@ -2,7 +2,7 @@
 # Contributor: Baptiste Jonglez <baptiste--aur at jonglez dot org>
 
 pkgname=jami-daemon
-pkgver=20200925
+pkgver=20201023
 pkgrel=1
 _pjprojectver=2.10
 pkgdesc="Free and universal communication platform which preserves the users’ privacy and freedoms (daemon component)"
@@ -13,14 +13,13 @@
 depends=(opendht yaml-cpp alsa-lib libpulse jack jsoncpp dbus-c++ ffmpeg gnutls
          expat libupnp libnatpmp libva libvdpau libsecp256k1 util-linux opus
          openssl asio fmt http-parser libarchive)
-makedepends=(git boost msgpack-c restinio autoconf-archive)
+makedepends=(git msgpack-c restinio autoconf-archive)
 #checkdepends=(cppunit)
-_commit=b97ab28033a63673e99b2060fb3220a7d6f2ba33
-source=("git+https://git.jami.net/savoirfairelinux/ring-daemon.git#commit=${_commit}"
+_commit=3b2334fc77b8e58dfafcc7717b5d38a6e0a82845
+source=(git+https://git.jami.net/savoirfairelinux/ring-daemon.git#commit=${_commit}
         https://github.com/pjsip/pjproject/archive/${_pjprojectver}/pjproject-${_pjprojectver}.tar.gz)
-noextract=("pjproject-${_pjprojectver}.tar.gz")
-sha512sums=('SKIP'
-            'a67f083df175b536b4e6a7b7fe39e07d3ee805d6917ec64a50694542a7455c33a100889191044ab3fa679b6656774a6be045621aa53510b5f04cdde9ddd59893')
+noextract=(pjproject-${_pjprojectver}.tar.gz)
+sha512sums=(SKIP a67f083df175b536b4e6a7b7fe39e07d3ee805d6917ec64a50694542a7455c33a100889191044ab3fa679b6656774a6be045621aa53510b5f04cdde9ddd59893)
 
 prepare() {
   cd ring-daemon



More information about the arch-commits mailing list