summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriele Musco2018-10-22 16:20:17 +0200
committerGabriele Musco2018-10-22 16:20:17 +0200
commit188467f73d27f2b000a1be8385752e509adb925b (patch)
tree98ccc6e5e1dbf5c320ef34b4bc380049c1d51a2a
parent5acdcacec52b1c36eecd66b688485b391a089c7b (diff)
downloadaur-188467f73d27f2b000a1be8385752e509adb925b.tar.gz
updated to latest git version, updated dependencies
-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')