summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47175d9cd7de..248a1d84b54f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = plasma5-applets-network-monitor
arch = any
license = GPL
makedepends = extra-cmake-modules
- depends = plasma-nm
+ depends = plasma-workspace
depends = qt5-graphicaleffects
source = https://github.com/kotelnik/plasma-applet-network-monitor/archive/v1.7.0.tar.gz
md5sums = 9edc87472b4b161bf6a9074039494a74
diff --git a/PKGBUILD b/PKGBUILD
index 371c7ffe2280..b323a83097be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Plasma 5 applet that monitors network speed of currently active connect
arch=(any)
url="http://kde-apps.org/content/show.php/Network+Monitor?content=169377"
license=(GPL)
-depends=(plasma-nm qt5-graphicaleffects)
+depends=(plasma-workspace qt5-graphicaleffects)
makedepends=(extra-cmake-modules)
source=("https://github.com/kotelnik/plasma-applet-network-monitor/archive/v$pkgver.tar.gz")
md5sums=('9edc87472b4b161bf6a9074039494a74')