summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Rouleau2019-06-23 20:42:34 -0600
committerJonathan Rouleau2019-06-23 20:42:34 -0600
commit16834079f34f1eab8b6c0304a6b365299753c7d6 (patch)
tree223d31f33511a3d8d3767c8fe3b3a162eb2cacc7
parent97be40963aa46c38066e391fd8db86e56cbf68b3 (diff)
downloadaur-16834079f34f1eab8b6c0304a6b365299753c7d6.tar.gz
Add missing python-gobject dependency
-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')