diff --git a/srcpkgs/dbus-glib/template b/srcpkgs/dbus-glib/template index ee905b75bfe..3da4c301060 100644 --- a/srcpkgs/dbus-glib/template +++ b/srcpkgs/dbus-glib/template @@ -1,18 +1,19 @@ # Template file for 'dbus-glib' pkgname=dbus-glib -version=0.110 +version=0.112 revision=1 build_style=gnu-configure configure_args="--disable-static --disable-bash-completion" hostmakedepends="pkg-config" makedepends="libglib-devel dbus-devel" depends="dbus" +checkdepends="dbus glib-devel" short_desc="GLib bindings for D-Bus" maintainer="Orphaned " -license="GPL-2" +license="GPL-2.0-or-later" homepage="http://www.freedesktop.org/wiki/Software/DBusBindings" distfiles="http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz" -checksum=7ce4760cf66c69148f6bd6c92feaabb8812dee30846b24cd0f7395c436d7e825 +checksum=7d550dccdfcd286e33895501829ed971eeb65c614e73aadb4a08aeef719b143a if [ "$CROSS_BUILD" ]; then configure_args+=" --with-dbus-binding-tool=dbus-binding-tool"