From 9f9482d7605d5d0e94d8c0269f369b6bf3d11d71 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 13 Oct 2017 07:21:17 -0300 Subject: [PATCH] blueman: update to 2.0.5. Closes: #8135 [via git-merge-pr] --- srcpkgs/blueman/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template index 8597c0117cb..6cfb8f95470 100644 --- a/srcpkgs/blueman/template +++ b/srcpkgs/blueman/template @@ -1,7 +1,7 @@ # Template file for 'blueman' pkgname=blueman -version=2.0.4 -revision=4 +version=2.0.5 +revision=1 build_style=gnu-configure configure_args="--disable-static" hostmakedepends="intltool pkg-config python-Cython" @@ -13,4 +13,8 @@ maintainer="Juan RP " license="GPL-3" homepage="https://github.com/blueman-project/blueman" distfiles="https://github.com/blueman-project/blueman/releases/download/${version}/blueman-${version}.tar.xz" -checksum=e92dd9c27f75a1485b548f7a8b159946a4af154b90fb82f5a0f614b66a01430f +checksum=2c2eb9bbdcb6056eebcae1bec758f6a8ec752739b65794f6be3e0066ca1f88ca + +if [ "$CROSS_BUILD" ]; then + hostmakedepends+=" python-dbus-devel" +fi