diff --git a/srcpkgs/python-dbus/template b/srcpkgs/python-dbus/template index feb554bb03b..e761411e177 100644 --- a/srcpkgs/python-dbus/template +++ b/srcpkgs/python-dbus/template @@ -1,12 +1,12 @@ # Template file for 'python-dbus' pkgname=python-dbus version=1.2.0 -revision=5 +revision=6 lib32disabled=yes wrksrc="dbus-python-${version}" build_style=gnu-configure hostmakedepends="pkg-config python-devel python3.4-devel" -makedepends="glib-devel dbus-glib-devel ${hostmakedepends/pkg-config/}" +makedepends="libglib-devel dbus-glib-devel ${hostmakedepends/pkg-config/}" depends="python dbus" pycompile_module="dbus" short_desc="D-Bus Python2 bindings"