summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalte Veerman2019-05-01 00:32:02 +0200
committerMalte Veerman2019-05-01 00:32:02 +0200
commitbb8824c4874677ea59901988525da10e883e0513 (patch)
tree6224227481305e37c22a1d79d3f824624168229d
parent31b358b997e82a3a9b1ae90821983e3c52621f46 (diff)
downloadaur-bb8824c4874677ea59901988525da10e883e0513.tar.gz
update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6722b11dc3a..c33e34d11b3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = fancontrol-kcm
makedepends = git
makedepends = extra-cmake-modules
depends = fancontrol-gui
- depends = kdeclarative
+ depends = kcmutils
source = https://github.com/Maldela/fancontrol-gui/archive/v0.7.tar.gz
md5sums = 873ed029f2d2099092ed46398df59988
diff --git a/PKGBUILD b/PKGBUILD
index 4bb49e5b2b6e..548507f9f555 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="KDE control module for the fancontrol script and systemd service"
arch=('i686' 'x86_64')
url="https://github.com/Maldela/Fancontrol-GUI"
license=('GPL2')
-depends=('fancontrol-gui' 'kdeclarative')
+depends=('fancontrol-gui' 'kcmutils')
makedepends=('git' 'extra-cmake-modules')
source=('https://github.com/Maldela/fancontrol-gui/archive/v0.7.tar.gz')
md5sums=('873ed029f2d2099092ed46398df59988')