summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBas Timmer2020-02-13 15:24:51 +0100
committerBas Timmer2020-02-13 15:24:51 +0100
commit838412b9c86e6d17deed24198eb11d1e6d06c41c (patch)
tree61716b7bf8e20fecedd4f7885924269c1747d743
parent70779eaf41ec90a91dc062eac8edb93882aaae10 (diff)
downloadaur-838412b9c86e6d17deed24198eb11d1e6d06c41c.tar.gz
Explicitly add qt5-webchannel dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d449a6d36d56..0aaa30bb8375 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libksysguard-light
pkgdesc = Libraries for ksysguard without the big dependency on qt5-webengine
pkgver = 5.18.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.kde.org/workspaces/plasmadesktop/
arch = x86_64
groups = plasma
@@ -11,6 +11,7 @@ pkgbase = libksysguard-light
makedepends = plasma-framework
depends = libxres
depends = kio
+ depends = qt5-webchannel
provides = libksysguard
conflicts = libksysguard
replaces = libksysguard
diff --git a/PKGBUILD b/PKGBUILD
index 5953320ce5f7..9a5312c8f7b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
_pkgname=libksysguard
pkgname=libksysguard-light
pkgver=5.18.0
-pkgrel=1
+pkgrel=2
pkgdesc='Libraries for ksysguard without the big dependency on qt5-webengine'
arch=(x86_64)
url='https://www.kde.org/workspaces/plasmadesktop/'
license=(LGPL)
-depends=(libxres kio)
+depends=(libxres kio qt5-webchannel)
makedepends=(extra-cmake-modules kdoctools plasma-framework)
groups=(plasma)
conflicts=(libksysguard)