dbus-glib: update to 0.108.

This commit is contained in:
Juan RP 2016-09-18 08:51:24 +02:00
parent 4d726db39a
commit 848fbd947e
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'dbus-glib' # Template file for 'dbus-glib'
pkgname=dbus-glib pkgname=dbus-glib
version=0.106 version=0.108
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static --disable-bash-completion" configure_args="--disable-static --disable-bash-completion"
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2" license="GPL-2"
homepage="http://www.freedesktop.org/wiki/Software/DBusBindings" homepage="http://www.freedesktop.org/wiki/Software/DBusBindings"
distfiles="http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz" distfiles="http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
checksum=b38952706dcf68bad9c302999ef0f420b8cf1a2428227123f0ac4764b689c046 checksum=9f340c7e2352e9cdf113893ca77ca9075d9f8d5e81476bf2bf361099383c602c
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
configure_args+=" --with-dbus-binding-tool=dbus-binding-tool" configure_args+=" --with-dbus-binding-tool=dbus-binding-tool"