mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 11:04:36 +08:00
bluez: rebuild against new readline
This commit is contained in:
parent
2857aa1e56
commit
61197f776f
@ -1,7 +1,7 @@
|
|||||||
pkgbase=bluez
|
pkgbase=bluez
|
||||||
pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 'bluez-plugins')
|
pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 'bluez-plugins')
|
||||||
pkgver=5.40
|
pkgver=5.40
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
url="http://www.bluez.org/"
|
url="http://www.bluez.org/"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
@ -70,7 +70,7 @@ package_bluez() {
|
|||||||
|
|
||||||
package_bluez-utils() {
|
package_bluez-utils() {
|
||||||
pkgdesc="Development and debugging utilities for the bluetooth protocol stack"
|
pkgdesc="Development and debugging utilities for the bluetooth protocol stack"
|
||||||
depends=('dbus' 'systemd')
|
depends=('dbus' 'systemd' 'readline')
|
||||||
conflicts=('bluez-hcidump')
|
conflicts=('bluez-hcidump')
|
||||||
provides=('bluez-hcidump')
|
provides=('bluez-hcidump')
|
||||||
replaces=('bluez-hcidump')
|
replaces=('bluez-hcidump')
|
||||||
|
Loading…
Reference in New Issue
Block a user