diff --git a/bluez/PKGBUILD b/bluez/PKGBUILD index 2bc13b5cc..7e6d06d19 100644 --- a/bluez/PKGBUILD +++ b/bluez/PKGBUILD @@ -1,7 +1,7 @@ pkgbase=bluez pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 'bluez-plugins') pkgver=5.40 -pkgrel=1 +pkgrel=2 url="http://www.bluez.org/" arch=('x86_64') license=('GPL2') @@ -70,7 +70,7 @@ package_bluez() { package_bluez-utils() { pkgdesc="Development and debugging utilities for the bluetooth protocol stack" - depends=('dbus' 'systemd') + depends=('dbus' 'systemd' 'readline') conflicts=('bluez-hcidump') provides=('bluez-hcidump') replaces=('bluez-hcidump')