Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
jami-daemon
Commits:
4531493a by Antonio Rojas at 2024-03-31T01:03:14+01:00
upgpkg: 20240322-1: Update to 20240322
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = jami-daemon
pkgdesc = Free and universal communication platform which preserves the
users’ privacy and freedoms (daemon component)
- pkgver = 20231123
+ pkgver = 20240322
pkgrel = 1
url = https://jami.net
arch = x86_64
@@ -38,13 +38,13 @@ pkgbase = jami-daemon
depends = webrtc-audio-processing
depends = systemd-libs
depends = libarchive
- noextract = pjproject-311bd018fc07aaf62d4c2d2494e08b5ee97e6846.tar.gz
- noextract = dhtnet-fe79669b400d5e6a521fd1408dae02e0d4e50a5b.tar.gz
- source =
git+https://git.jami.net/savoirfairelinux/jami-daemon.git#commit=8c1c74f0f3dff84361302d65e724c899eb708f91
- source =
https://github.com/savoirfairelinux/pjproject/archive/311bd018fc07aaf62d4c2d2494e08b5ee97e6846/pjproject-311bd018fc07aaf62d4c2d2494e08b5ee97e6846.tar.gz
- source =
dhtnet-fe79669b400d5e6a521fd1408dae02e0d4e50a5b.tar.gz::https://review.jami.net/plugins/gitiles/dhtnet/+archive/fe79669b400d5e6a521fd1408dae02e0d4e50a5b.tar.gz
- sha512sums = SKIP
- sha512sums =
272598c9a8fa1f1b7c7d68b5554759dcc2b7b6f578dba2348b836561d18da0bb3bd466e59f3911ae51e2b68423f3da6e43ab4bf35f836135188e67457d156fc1
+ noextract = pjproject-e12ea3bfa81cc4f46031599f80707e81133f1353.tar.gz
+ noextract = dhtnet-024c46fb1f14276d4adf15764ed97b733890826e.tar.gz
+ source =
git+https://git.jami.net/savoirfairelinux/jami-daemon.git#commit=32f39e65483cb22729eb922d72434013b337f2c9
+ source =
https://github.com/savoirfairelinux/pjproject/archive/e12ea3bfa81cc4f46031599f80707e81133f1353/pjproject-e12ea3bfa81cc4f46031599f80707e81133f1353.tar.gz
+ source =
dhtnet-024c46fb1f14276d4adf15764ed97b733890826e.tar.gz::https://review.jami.net/plugins/gitiles/dhtnet/+archive/024c46fb1f14276d4adf15764ed97b733890826e.tar.gz
+ sha512sums =
fe6bb7d9b78d2da6ec5be971a5e0e663379f541adba5a9103bba2c7252b6f0b347983f3a0c29300acc9bf0758779a7c7f55ab6b67eb0b1620c46600bf0535068
+ sha512sums =
7d481f4dcbe7232ff5a63cae46206943b64ac2d30f3b4598a9caf863322c1cfcd93c6c1232e2fa8f4e747f54f70b71a9b8f42f7e90d98fdd02124088afbdd37d
sha512sums = SKIP
pkgname = jami-daemon
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Baptiste Jonglez <baptiste--aur at jonglez dot org>
pkgname=jami-daemon
-pkgver=20231123
+pkgver=20240322
pkgrel=1
pkgdesc="Free and universal communication platform which preserves the users’
privacy and freedoms (daemon component)"
arch=(x86_64)
@@ -15,16 +15,16 @@ depends=(glibc opendht gnutls nettle libgit2 libsecp256k1
libsecp256k1.so ffmpeg
# portaudio needs a not-yet-upstream patch
https://git.jami.net/savoirfairelinux/jami-daemon/-/issues/650
makedepends=(git cmake perl asio msgpack-c msgpack-cxx restinio systemd meson)
checkdepends=(cppunit)
-_commit=8c1c74f0f3dff84361302d65e724c899eb708f91
-_pjprojectver=311bd018fc07aaf62d4c2d2494e08b5ee97e6846
-_dhtnetver=fe79669b400d5e6a521fd1408dae02e0d4e50a5b
+_commit=32f39e65483cb22729eb922d72434013b337f2c9
+_pjprojectver=e12ea3bfa81cc4f46031599f80707e81133f1353
+_dhtnetver=024c46fb1f14276d4adf15764ed97b733890826e
source=(git+https://git.jami.net/savoirfairelinux/${pkgname}.git#commit=${_commit}
https://github.com/savoirfairelinux/pjproject/archive/${_pjprojectver}/pjproject-${_pjprojectver}.tar.gz
dhtnet-$_dhtnetver.tar.gz::https://review.jami.net/plugins/gitiles/dhtnet/+archive/$_dhtnetver.tar.gz)
noextract=(pjproject-${_pjprojectver}.tar.gz
dhtnet-${_dhtnetver}.tar.gz)
-sha512sums=('SKIP'
-
'272598c9a8fa1f1b7c7d68b5554759dcc2b7b6f578dba2348b836561d18da0bb3bd466e59f3911ae51e2b68423f3da6e43ab4bf35f836135188e67457d156fc1'
+sha512sums=('fe6bb7d9b78d2da6ec5be971a5e0e663379f541adba5a9103bba2c7252b6f0b347983f3a0c29300acc9bf0758779a7c7f55ab6b67eb0b1620c46600bf0535068'
+
'7d481f4dcbe7232ff5a63cae46206943b64ac2d30f3b4598a9caf863322c1cfcd93c6c1232e2fa8f4e747f54f70b71a9b8f42f7e90d98fdd02124088afbdd37d'
'SKIP')
pkgver() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jami-daemon/-/commit/4531493a3f9143a8ce517fa3fb6b18020ce07a73
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jami-daemon/-/commit/4531493a3f9143a8ce517fa3fb6b18020ce07a73
You're receiving this email because of your account on gitlab.archlinux.org.