diff --git a/srcpkgs/dbus-glib/template b/srcpkgs/dbus-glib/template
index 0485d1c7b8..516ce487d8 100644
--- a/srcpkgs/dbus-glib/template
+++ b/srcpkgs/dbus-glib/template
@@ -1,12 +1,13 @@
 # Template file for 'dbus-glib'
 pkgname=dbus-glib
-version=0.84
+version=0.86
 distfiles="http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
 build_style=gnu_configure
-configure_args="--enable-static=no --enable-bash-completion=no"
+configure_args="--disable-static --disable-bash-completion
+--disable-doxygen-docs"
 short_desc="GLib bindings for D-Bus"
 maintainer="Juan RP <xtraeme@gmail.com>"
-checksum=60ca7df1626cc7220863f22fab1ab63e0d904daf737f3b43fc26e8e77774b7a9
+checksum=5351a6e7f38ffc641c34b4a4cdd9bed1c1dc7043a501096bac00a2876ea90bdc
 long_desc="
  D-Bus add-on library to integrate the standard D-Bus library with
  the GLib thread abstraction and main loop."