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

Antonio Rojas arojas at archlinux.org
Sat May 30 08:29:20 UTC 2015


    Date: Saturday, May 30, 2015 @ 10:29:19
  Author: arojas
Revision: 134337

Add missing qjson dependency

Modified:
  kdeconnect/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-30 08:21:41 UTC (rev 134336)
+++ PKGBUILD	2015-05-30 08:29:19 UTC (rev 134337)
@@ -5,12 +5,12 @@
 
 pkgname=kdeconnect
 pkgver=0.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Adds communication between KDE and your smartphone'
 url='https://projects.kde.org/projects/playground/base/kdeconnect-kde'
 license=(GPL)
 arch=(i686 x86_64)
-depends=(kdebase-runtime qca-ossl libfakekey)
+depends=(kdebase-runtime qca-ossl libfakekey qjson)
 makedepends=(automoc4 cmake)
 optdepends=('sshfs: remote filesystem browser')
 install="${pkgname}.install"



More information about the arch-commits mailing list