Date: Tuesday, June 4, 2013 @ 20:29:21 Author: heftig Revision: 92411
fix deps Modified: blueman/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-06-04 18:25:45 UTC (rev 92410) +++ PKGBUILD 2013-06-04 18:29:21 UTC (rev 92411) @@ -1,16 +1,16 @@ # $Id$ -# Maintainer : Ionut Biru <[email protected] +# Contributor: Ionut Biru <[email protected] # Contributor: Abhishek Dasgupta <[email protected]> pkgname=blueman pkgver=1.23 -pkgrel=9 +pkgrel=10 pkgdesc="GTK+ bluetooth manager" arch=('i686' 'x86_64') license=('GPL') url="https://launchpad.net/blueman" -depends=('bluez' 'gnome-icon-theme' 'libpulse' 'obex-data-server' 'python2-dbus' - 'python2-notify' 'startup-notification' 'xdg-utils') +depends=('bluez4' 'bluez-libs' 'gnome-icon-theme' 'libpulse' 'obex-data-server' + 'python2-dbus' 'python2-notify' 'startup-notification' 'xdg-utils') makedepends=('pyrex' 'intltool') optdepends=('dnsmasq: For creating PAN network' 'modemmanager: For modem management service'
