[arch-commits] Commit in libkgapi/kde-unstable (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Nov 18 00:11:28 UTC 2017


    Date: Saturday, November 18, 2017 @ 00:11:21
  Author: arojas
Revision: 310353

Add missing kio dependency

Modified:
  libkgapi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-18 00:06:25 UTC (rev 310352)
+++ PKGBUILD	2017-11-18 00:11:21 UTC (rev 310353)
@@ -4,13 +4,13 @@
 
 pkgname=libkgapi
 pkgver=17.11.80
-pkgrel=1
+pkgrel=2
 pkgdesc="A KDE-based library for accessing various Google services via their public API"
 url='https://www.kde.org/'
 arch=(x86_64)
 license=(GPL LGPL FDL)
-depends=(kcalcore kcontacts qt5-webengine)
-makedepends=(extra-cmake-modules kdoctools qt5-tools kdesignerplugin python)
+depends=(kcalcore kcontacts qt5-webengine kio)
+makedepends=(extra-cmake-modules qt5-tools python)
 source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
 sha256sums=('0f8b554ef41fecc0bee20a5e505e4dce099b26dae86dfbbccc08abb44e54b272'
             'SKIP')



More information about the arch-commits mailing list