Add qtkeychain-qt5 dependency

master
Joseph Donofry 2021-01-11 18:20:35 -05:00
parent e04d132bac
commit d9e06bfadc
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
pkgbase = nheko-git
pkgdesc = Desktop client for the Matrix protocol
pkgver = 0.7.2.r1925.fe325f92
pkgver = 0.7.2.r2316.b6f2acfe
pkgrel = 1
url = https://github.com/Nheko-Reborn/nheko
arch = i686
@ -20,6 +20,7 @@ pkgbase = nheko-git
depends = qt5-svg
depends = qt5-quickcontrols2
depends = qt5-declarative
depends = qtkeychain-qt5
depends = boost-libs
depends = libsodium
depends = cmark

View File

@ -2,7 +2,7 @@
# Maintainer: Joseph Donofry <joe at joedonofry dot com>
pkgname=nheko-git
pkgver=0.7.2.r1932.9169a26e
pkgver=0.7.2.r2316.b6f2acfe
pkgrel=1
pkgdesc="Desktop client for the Matrix protocol"
arch=("i686" "x86_64")
@ -10,7 +10,7 @@ arch=("i686" "x86_64")
url="https://github.com/Nheko-Reborn/nheko"
license=("GPL3")
depends=("qt5-base" "lmdb" "qt5-graphicaleffects" "qt5-multimedia" "qt5-svg" "qt5-quickcontrols2" "qt5-declarative" "boost-libs" "libsodium" "cmark" "openssl" "hicolor-icon-theme" "gstreamer" "gst-plugins-base" "gst-plugins-good" "gst-plugins-bad" "libnice" "libolm" "spdlog" "tweeny" "lmdbxx")
depends=("qt5-base" "lmdb" "qt5-graphicaleffects" "qt5-multimedia" "qt5-svg" "qt5-quickcontrols2" "qt5-declarative" "qtkeychain-qt5" "boost-libs" "libsodium" "cmark" "openssl" "hicolor-icon-theme" "gstreamer" "gst-plugins-base" "gst-plugins-good" "gst-plugins-bad" "libnice" "libolm" "spdlog" "tweeny" "lmdbxx")
makedepends=("git" "cmake" "gcc" "fontconfig" "qt5-tools" "nlohmann-json" "boost")
provides=("nheko")