summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfreijon2016-05-04 11:34:53 +0200
committerfreijon2016-05-04 11:34:53 +0200
commit73350f03329c201961bfbbe028c8d0e2e6b3d554 (patch)
tree21d7b86b472a5d1cf00c3593be33396c929c9086
parente777c993134940759d27ce0162b1772d734d26e7 (diff)
downloadaur-73350f03329c201961bfbbe028c8d0e2e6b3d554.tar.gz
Added dbus-glib as dependency
-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'