summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalte Veerman2019-03-06 18:09:15 +0100
committerMalte Veerman2019-03-06 18:09:15 +0100
commit3c4f9c9140045e2bac09bb1b26a3a2e3d4fe1564 (patch)
tree5dc51b20d5ecd20df4b584fb4005f133f51b2721
parent963d5d906d3fe5146fc6872cd41b044fd1da211e (diff)
downloadaur-3c4f9c9140045e2bac09bb1b26a3a2e3d4fe1564.tar.gz
Update
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15c0159216b5..72b656ec5d0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = fancontrol-gui-git
arch = x86_64
license = GPL2
makedepends = git
+ makedepends = cmake
makedepends = extra-cmake-modules
depends = qt5-quickcontrols2
depends = qt5-declarative
diff --git a/PKGBUILD b/PKGBUILD
index 7c338e782f75..b3c35f2daf5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_srcname=fancontrol-gui
pkgname=${_srcname}-git
-pkgver=v0.6.r30.g29a7afb
+pkgver=v0.6.r53.g4a54a93
pkgrel=1
pkgdesc="GUI for the fancontrol script and systemd service"
arch=('i686' 'x86_64')
url="https://github.com/Maldela/Fancontrol-GUI"
license=('GPL2')
-depends=('qt5-quickcontrols' 'qt5-declarative' 'lm_sensors' 'kirigami2' 'kdeclarative' 'kauth' 'kpackage' 'ki18n' 'kconfig' 'systemd')
-makedepends=('git' 'extra-cmake-modules' )
+depends=('qt5-quickcontrols2' 'qt5-declarative' 'lm_sensors' 'kirigami2' 'kdbusaddons' 'knotifications' 'kdeclarative' 'kauth' 'kpackage' 'ki18n' 'kconfig' 'systemd')
+makedepends=('git' 'cmake' 'extra-cmake-modules' )
provides=('fancontrol-gui')
conflicts=('fancontrol-gui' 'fancontrol-common')
source=('git://github.com/Maldela/fancontrol-gui.git')