summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cb7f6198af3..cb4fe8dc1648 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jun 10 20:15:02 UTC 2016
+# Fri Jun 10 20:18:34 UTC 2016
pkgbase = fancontrol-gui-git
pkgdesc = GUI for the fancontrol script and systemd service
pkgver = v0.4.1.r20.g106e09b
@@ -21,6 +21,7 @@ pkgbase = fancontrol-gui-git
depends = systemd
provides = fancontrol-gui
conflicts = fancontrol-gui
+ conflicts = fancontrol-common
source = git://github.com/Maldela/fancontrol-gui.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7d48e25d8909..5b1d3439db0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=('GPL2')
depends=('qt5-quickcontrols' 'qt5-declarative' 'lm_sensors' 'kdeclarative' 'kauth' 'kpackage' 'ki18n' 'kconfig' 'systemd')
makedepends=('git' 'extra-cmake-modules' )
provides=('fancontrol-gui')
-conflicts=('fancontrol-gui')
+conflicts=('fancontrol-gui' 'fancontrol-common')
source=('git://github.com/Maldela/fancontrol-gui.git')
md5sums=('SKIP')