summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Rouleau2019-03-23 22:57:13 -0600
committerJonathan Rouleau2019-03-23 22:57:13 -0600
commit97be40963aa46c38066e391fd8db86e56cbf68b3 (patch)
treec2fca9f3e5f3f9e159efb21ffaa7754a4c2ba404
parent6bfad1d8011ac601ff24d56c23d3eb5dd22f7ba8 (diff)
downloadaur-97be40963aa46c38066e391fd8db86e56cbf68b3.tar.gz
Fix optdepends description
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 754a66ab6f4a..0186850f9016 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = bluetooth-autoconnect
pkgdesc = A service to automatically connect to all paired and trusted bluetooth devices
pkgver = 1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jrouleau/bluetooth-autoconnect
arch = any
license = MIT
depends = bluez
depends = python
depends = python-dbus
- optdepends = pulseaudio: auto connect bluetooth headsets
+ optdepends = pulseaudio: auto connect bluetooth headsets/speakers
source = https://github.com/jrouleau/bluetooth-autoconnect/archive/v1.1.tar.gz
sha256sums = 9145247d3e4a1466fe3448a6973dba782239dc111b629a61885a115b125d5b7e
diff --git a/PKGBUILD b/PKGBUILD
index 7d5b762265df..f995b682c0bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=bluetooth-autoconnect
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc="A service to automatically connect to all paired and trusted bluetooth devices"
arch=('any')
url="https://github.com/jrouleau/bluetooth-autoconnect"
license=('MIT')
depends=('bluez' 'python' 'python-dbus')
-optdepends=('pulseaudio: auto connect bluetooth headsets')
+optdepends=('pulseaudio: auto connect bluetooth headsets/speakers')
source=("https://github.com/jrouleau/bluetooth-autoconnect/archive/v${pkgver}.tar.gz")
sha256sums=('9145247d3e4a1466fe3448a6973dba782239dc111b629a61885a115b125d5b7e')