summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52fc7386c465..cdd070992dfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,8 @@ pkgbase = ardhue-git
depends = python-pyserial
depends = gtk3>=3.14
depends = python
+ depends = python-gmgtk
+ depends = python-gmconfig
provides = ardhue
conflicts = ardhue
source = ardhue::git+https://gitlab.com/gabmus/ardhue
diff --git a/PKGBUILD b/PKGBUILD
index f1e07e15fa87..e4d2f3db76bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Interface to control ArdHue Arduino based digital RGB system'
arch=('any')
url='https://gitlab.com/gabmus/ardhue'
license=('GPL3')
-depends=('python-pyserial' 'gtk3>=3.14' 'python')
+depends=('python-pyserial' 'gtk3>=3.14' 'python' 'python-gmgtk' 'python-gmconfig')
makedepends=('git' 'meson')
provides=('ardhue')
conflicts=('ardhue')