summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordarkhz2024-01-30 08:42:22 +0530
committerdarkhz2024-01-30 08:42:22 +0530
commitbe8a6abe88ee496a8629bfb8f2e0d308231f8c90 (patch)
treeea1b601aa2ec84ffba87d221ad8f5df61981d1e7 /PKGBUILD
parent74b200aaf927a602ca67f22c2e5ce54f467294db (diff)
downloadaur-be8a6abe88ee496a8629bfb8f2e0d308231f8c90.tar.gz
bluetuith: Include bluez-obex in the dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6bab04157dff..d41b7e5d9d22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=bluetuith-bin
_pkgname=bluetuith
pkgver=0.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="A TUI based bluetooth manager"
arch=('x86_64' 'i686' 'arm' 'aarch64' 'armv6h' 'armv7h')
url="https://github.com/darkhz/bluetuith"
license=('MIT')
-depends=('bluez' 'dbus')
+depends=('bluez' 'bluez-obex' 'dbus')
optdepends=('networkmanager: For PANU networking'
'modemmanager: For DUN networking'
'pulseaudio: For switching device audio profiles')