diff --git a/.SRCINFO b/.SRCINFO index 4602d2b..876c88d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = nheko pkgdesc = Desktop client for the Matrix protocol pkgver = 0.12.0 - pkgrel = 2 + pkgrel = 3 url = https://nheko.im/nheko-reborn/nheko arch = x86_64 license = GPL-3.0-or-later @@ -37,6 +37,7 @@ pkgbase = nheko optdepends = libnice: VoIP/Video calls optdepends = gst-libav: Video messages optdepends = gst-plugin-qmlgl: Video calls and Screen sharing + optdepends = gst-plugin-qml6: Video calls support source = nheko-0.12.0.tar.gz::https://nheko.im/nheko-reborn/nheko/-/archive/v0.12.0/nheko-v0.12.0.tar.gz sha512sums = 2b69fa093168c9af9c43b7791f4186d0409caed1f272ca72e0e932da03ffb9ceb5609a495d4d7978f8b5666340aa97f358f904c7c61c67b6bd7221093c3cb66c diff --git a/PKGBUILD b/PKGBUILD index e9eb183..8d89091 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgname=nheko pkgver=0.12.0 -pkgrel=2 +pkgrel=3 pkgdesc="Desktop client for the Matrix protocol" arch=('x86_64') url="https://nheko.im/nheko-reborn/nheko" @@ -21,7 +21,8 @@ optdepends=('qt6-jdenticon: Auto-generated profile pictures (identicons)' 'gst-plugins-bad: VoIP/Video calls' 'libnice: VoIP/Video calls' 'gst-libav: Video messages' - 'gst-plugin-qmlgl: Video calls and Screen sharing') + 'gst-plugin-qmlgl: Video calls and Screen sharing' + 'gst-plugin-qml6: Video calls support') makedepends=(cmake ninja qt6-tools fontconfig nlohmann-json asciidoc lmdbxx spdlog) source=("$pkgname-$pkgver.tar.gz::https://nheko.im/nheko-reborn/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz") sha512sums=('2b69fa093168c9af9c43b7791f4186d0409caed1f272ca72e0e932da03ffb9ceb5609a495d4d7978f8b5666340aa97f358f904c7c61c67b6bd7221093c3cb66c')