summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-11-18 08:38:41 +0300
committerDevaev Maxim <[email protected]>2018-11-18 08:38:41 +0300
commit302d055953c2c5873c86afcde62661ba8a539666 (patch)
treef1b937969c20bdc212d0faf29abcfbfb5d693c2f /PKGBUILD
parentee44df568e3fb4197b8c27d40eeadeff3150cc84 (diff)
fixed missing dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 93f23663..b4b5a2b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,6 +19,7 @@ depends=(
python-pyserial
python-setproctitle
python-systemd
+ python-dbus
)
makedepends=(python-setuptools)
source=("$url/archive/v$pkgver.tar.gz")