summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfreijon2016-05-04 11:34:53 +0200
committerfreijon2016-05-04 11:34:53 +0200
commit73350f03329c201961bfbbe028c8d0e2e6b3d554 (patch)
tree21d7b86b472a5d1cf00c3593be33396c929c9086 /PKGBUILD
parente777c993134940759d27ce0162b1772d734d26e7 (diff)
downloadaur-73350f03329c201961bfbbe028c8d0e2e6b3d554.tar.gz
Added dbus-glib as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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'