add 'org.freedesktop.secrets' depedency
This commit is contained in:
parent
e8decc5516
commit
e9bed441b7
1 changed files with 3 additions and 2 deletions
5
PKGBUILD
5
PKGBUILD
|
@ -5,13 +5,14 @@
|
||||||
|
|
||||||
pkgname=nheko
|
pkgname=nheko
|
||||||
pkgver=0.11.1
|
pkgver=0.11.1
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="Desktop client for the Matrix protocol"
|
pkgdesc="Desktop client for the Matrix protocol"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/Nheko-Reborn/nheko"
|
url="https://github.com/Nheko-Reborn/nheko"
|
||||||
license=(GPL3)
|
license=(GPL3)
|
||||||
depends=(qt5-svg qt5-quickcontrols2 qt5-graphicaleffects qt5-multimedia qtkeychain-qt5 \
|
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)'
|
optdepends=('qt-jdenticon: Auto-generated profile pictures (identicons)'
|
||||||
'gst-plugins-base-libs: VoIP/Video calls'
|
'gst-plugins-base-libs: VoIP/Video calls'
|
||||||
'gst-plugins-good: VoIP/Video calls'
|
'gst-plugins-good: VoIP/Video calls'
|
||||||
|
|
Loading…
Reference in a new issue