summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 132b29716ce5..d457737ca43b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = pulseaudio-dlna-git
arch = x86_64
license = GPL3
makedepends = python2-setuptools
+ depends = dbus-glib
depends = python2-pip
depends = python2-dbus
depends = python2-docopt
diff --git a/PKGBUILD b/PKGBUILD
index 34938f853082..f3392caa0d30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/masmu/pulseaudio-dlna"
license=('GPL3')
conflicts=('pulseaudio-dlna')
provides=('pulseaudio-dlna')
-depends=('python2-pip' 'python2-dbus' 'python2-docopt'
+depends=('dbus-glib' 'python2-pip' 'python2-dbus' 'python2-docopt'
'python2-requests' 'python2-setproctitle' 'python2-gobject2'
'python2-protobuf' 'python2-notify2' 'python2-psutil'
'python2-futures' 'python2-chardet' 'python2-netifaces'