summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Econopouly2021-01-31 16:59:41 -0500
committerNick Econopouly2021-01-31 16:59:41 -0500
commited854af0a7ba9fb22db55b74473cfcb33cfcbbec (patch)
treec8f21eae30084e07a6ce7c24245b2b2b1de322cc
parentbe590ff5b464a54c34db3456f632cbe6da7459ad (diff)
downloadaur-ed854af0a7ba9fb22db55b74473cfcb33cfcbbec.tar.gz
Add libnm and qrencode dependencies; update description
The previous description had errors and there is no single official slogan. There is an ongoing discussion upstream about finding a new slogan, but this will do for now.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f41ae0ce0ea7..764b8f0f9968 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,8 @@ pkgbase = jami-client-qt-git
depends = jami-daemon-git
depends = libjamiclient-git
depends = qt5-base
+ depends = libnm
+ depends = qrencode
provides = jami-client-qt
source = git+https://git.jami.net/savoirfairelinux/jami-client-qt.git
source = 0001.patch
diff --git a/PKGBUILD b/PKGBUILD
index 25772deeaf3e..25114ae9fa91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=jami-client-qt-git
pkgver=r274.dc634fe
pkgrel=1
-pkgdesc="Free and universal communication platform which preserves the users’ privacy and freedoms (QT client)"
+pkgdesc="A free and private communication platform (QT client)"
arch=('x86_64')
provides=('jami-client-qt')
url="https://git.jami.net/savoirfairelinux/jami-client-qt"
license=('GPL3')
-depends=('jami-daemon-git' 'libjamiclient-git' 'qt5-base')
+depends=('jami-daemon-git' 'libjamiclient-git' 'qt5-base' 'libnm' 'qrencode')
makedepends=('git' )
source=("git+$url.git" '0001.patch' )
sha512sums=(SKIP 2772ecf10cc20e9183957324507dfcb047119452feb4d9610d69fdc9a41bce837726b70ff6d40b1e2ecd35f9daa391d767543315ffc5941b5227cd5b2927c9e3 )