blob: 3e90970300ebbe3e20e09c3ac119a80727210f34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Maintainer: Librewish <librewish@gmail.com>
pkgname=bluetooth-support
pkgver=1
pkgrel=7
arch=('any')
url="https://wiki.archlinux.org/index.php/Bluetooth"
license=('GPL')
pkgdesc="Metapkg containing needed packages for using Bluetooth"
depends=("bluez"
"bluez-hid2hci"
"bluez-libs"
"bluez-plugins"
"bluez-tools"
"bluez-utils")
optdepends=('blueman: A GTK bluetooth manager'
'bluedevil: Qt bluetooth frontend'
'blueberry: Bluetooth configuration tool')
replaces=("manjaro-bluetooth")
install=$pkgname.install
|