summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfreijon2017-01-17 10:25:51 -0600
committerfreijon2017-01-17 10:25:51 -0600
commit12a8f44fb02ac03e95de81b1f4acb32e2ef6fef3 (patch)
tree107a90c61225c6b9cf5904cba19ebf55ddb3f8ff /PKGBUILD
parent433636517f297b6e55bf9ebf320f6d11f754d55b (diff)
downloadaur-12a8f44fb02ac03e95de81b1f4acb32e2ef6fef3.tar.gz
Removed python2-gobject2 dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42f2b00768cc..3f83ed02daa9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('GPL3')
conflicts=('pulseaudio-dlna')
provides=('pulseaudio-dlna')
depends=('dbus-glib' 'python2-pip' 'python2-dbus' 'python2-docopt'
- 'python2-requests' 'python2-setproctitle' 'python2-gobject2'
+ 'python2-requests' 'python2-setproctitle'
'python2-protobuf' 'python2-notify2' 'python2-psutil'
'python2-futures' 'python2-chardet' 'python2-netifaces'
'python2-lxml' 'python2-zeroconf' 'python2-netaddr')