summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfreijon2017-01-17 10:25:51 -0600
committerfreijon2017-01-17 10:25:51 -0600
commit12a8f44fb02ac03e95de81b1f4acb32e2ef6fef3 (patch)
tree107a90c61225c6b9cf5904cba19ebf55ddb3f8ff
parent433636517f297b6e55bf9ebf320f6d11f754d55b (diff)
downloadaur-12a8f44fb02ac03e95de81b1f4acb32e2ef6fef3.tar.gz
Removed python2-gobject2 dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 403f636d6a8b..5643bd783b4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,6 @@ pkgbase = pulseaudio-dlna-git
depends = python2-docopt
depends = python2-requests
depends = python2-setproctitle
- depends = python2-gobject2
depends = python2-protobuf
depends = python2-notify2
depends = python2-psutil
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')