[arch-commits] Commit in psi/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Sep 20 19:53:21 UTC 2018


    Date: Thursday, September 20, 2018 @ 19:53:20
  Author: arojas
Revision: 383788

Add missing libidn dependency

Modified:
  psi/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-20 19:43:47 UTC (rev 383787)
+++ PKGBUILD	2018-09-20 19:53:20 UTC (rev 383788)
@@ -2,12 +2,12 @@
 
 pkgname=('psi' 'psi-nowebengine')
 pkgver=1.3
-pkgrel=6
+pkgrel=7
 pkgdesc="Powerful XMPP (Jabber) client (Qt, C++) designed for power users"
 url="https://psi-im.org"
 license=('GPL2')
 arch=('x86_64')
-depends=('hunspell' 'qca-qt5' 'qt5-svg' 'qt5-webengine' 'qt5-x11extras')
+depends=('hunspell' 'qca-qt5' 'qt5-svg' 'qt5-webengine' 'qt5-x11extras' 'libidn')
 makedepends=('cmake' 'qt5-multimedia')
 source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"
         "no-qca-qt4.patch"
@@ -45,7 +45,7 @@
 
 package_psi-nowebengine() {
   pkgdesc+=" without WebEngine support"
-  depends=('hunspell' 'minizip' 'qca-qt5' 'qt5-svg' 'qt5-x11extras')
+  depends=('hunspell' 'minizip' 'qca-qt5' 'qt5-svg' 'qt5-x11extras' 'libidn')
   provides=("$pkgbase=$pkgver")
   conflicts=("$pkgbase")
   replaces=('psi-nowebkit')



More information about the arch-commits mailing list