bluez: update to 5.11.
This commit is contained in:
parent
d97df29e24
commit
41ae8f804f
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'bluez'
|
||||
pkgname=bluez
|
||||
version=5.10
|
||||
revision=2
|
||||
version=5.11
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-udevdir=/usr/lib/udev
|
||||
--with-systemdsystemunitdir=/usr/lib/systemd/system
|
||||
|
@ -14,7 +14,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.bluez.org/"
|
||||
license="GPL-2"
|
||||
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
|
||||
checksum=6481a0dc82571a41c940df46edaabd213c1c449251affef9c23ab05d08864707
|
||||
checksum=1ee116dd504fcdc13dc4f1e171ae1e2a3c46395014cbab455fa12f092cceb06e
|
||||
long_desc="
|
||||
This package contains tools and system daemons for using Bluetooth devices.
|
||||
|
||||
|
@ -29,7 +29,7 @@ libbluetooth_package() {
|
|||
}
|
||||
|
||||
libbluetooth-devel_package() {
|
||||
depends="libbluetooth-${version}_${revision}"
|
||||
depends="libbluetooth>=${version}_${revision}"
|
||||
short_desc="Development files to use the BlueZ Linux Bluetooth library"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in New Issue