summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0186850f9016..70aec52d4f3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = bluetooth-autoconnect
pkgdesc = A service to automatically connect to all paired and trusted bluetooth devices
pkgver = 1.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/jrouleau/bluetooth-autoconnect
arch = any
license = MIT
depends = bluez
depends = python
depends = python-dbus
+ depends = python-gobject
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 f995b682c0bb..773e24f81c87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=bluetooth-autoconnect
pkgver=1.1
-pkgrel=2
+pkgrel=3
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')
+depends=('bluez' 'python' 'python-dbus' 'python-gobject')
optdepends=('pulseaudio: auto connect bluetooth headsets/speakers')
source=("https://github.com/jrouleau/bluetooth-autoconnect/archive/v${pkgver}.tar.gz")
sha256sums=('9145247d3e4a1466fe3448a6973dba782239dc111b629a61885a115b125d5b7e')