From e9bed441b7250ae1564b3fc706ec4e90cfc3a574 Mon Sep 17 00:00:00 2001 From: Leonidas Spyropoulos Date: Thu, 16 Feb 2023 08:44:35 +0000 Subject: [PATCH] add 'org.freedesktop.secrets' depedency --- PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index b83d2d2..8916fac 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,13 +5,14 @@ pkgname=nheko pkgver=0.11.1 -pkgrel=3 +pkgrel=4 pkgdesc="Desktop client for the Matrix protocol" arch=('x86_64') url="https://github.com/Nheko-Reborn/nheko" license=(GPL3) depends=(qt5-svg qt5-quickcontrols2 qt5-graphicaleffects qt5-multimedia qtkeychain-qt5 \ - coeurl mtxclient lmdb cmark libolm hicolor-icon-theme gst-plugins-bad-libs) + coeurl mtxclient lmdb cmark libolm hicolor-icon-theme gst-plugins-bad-libs\ + 'org.freedesktop.secrets') optdepends=('qt-jdenticon: Auto-generated profile pictures (identicons)' 'gst-plugins-base-libs: VoIP/Video calls' 'gst-plugins-good: VoIP/Video calls'