summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae0d7c2f6ae2..707dbb5a6985 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,8 @@ pkgbase = clevo_wmi-gui
arch = i686
license = GPL
depends = python3
- depends = python-kivy-git
- depends = clevo-wmi
+ depends = python-kivy
+ depends = clevo-wmi-dkms-git
options = !emptydirs
source = git+https://github.com/ChristophHaag/clevo_wmi_kivy-gui.git
source = clevo_wmi-gui.sh
diff --git a/PKGBUILD b/PKGBUILD
index a9d79a6d1dea..95709edc72d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="GUI for Clevo Notebooks with a backlit keyboard with controllable LEDs.
arch=("x86_64" "i686")
url="https://github.com/ChristophHaag/clevo_wmi_kivy-gui"
license=('GPL')
-depends=('python3' 'python-kivy-git' 'clevo-wmi') #should work with python2 too
+depends=('python3' 'python-kivy' 'clevo-wmi-dkms-git') #should work with python2 too
options=('!emptydirs')
source=("git+https://github.com/ChristophHaag/clevo_wmi_kivy-gui.git"
"clevo_wmi-gui.sh")