summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibrewish2020-12-13 12:21:18 +0530
committerLibrewish2020-12-13 12:21:18 +0530
commit4e4a61e50c49c897f936417254ee9491471e89e4 (patch)
treeb8c53d283d832f5c3cdc2a1b2bf2be1931629810
parent39b7d7927cb09430345d7ced4fdd8035ed193140 (diff)
downloadaur-4e4a61e50c49c897f936417254ee9491471e89e4.tar.gz
update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56a796d41d2e..16041a2e7d46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bluetooth-support
pkgdesc = Meta package for bluetooth support.
pkgver = 1
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.archlinux.org/index.php/Bluetooth
install = bluetooth.install
arch = any
@@ -12,7 +12,6 @@ pkgbase = bluetooth-support
depends = bluez-plugins
depends = bluez-tools
depends = bluez-utils
- depends = pulseaudio-bluetooth
depends = bluetooth-autoconnect
optdepends = blueman: A gtk+ bluetooth manager
optdepends = bluedevil: Qt bluetooth frontend
diff --git a/PKGBUILD b/PKGBUILD
index 7b8416159e01..edc4695ca1fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bluetooth-support
pkgver=1
-pkgrel=1
+pkgrel=2
arch=('any')
url="https://wiki.archlinux.org/index.php/Bluetooth"
license=('GPL')
@@ -13,7 +13,6 @@ depends=("bluez"
"bluez-plugins"
"bluez-tools"
"bluez-utils"
- "pulseaudio-bluetooth"
"bluetooth-autoconnect")
optdepends=('blueman: A gtk+ bluetooth manager'
'bluedevil: Qt bluetooth frontend'