Package Details: ds4drv-cemuhook-git 0.5.1.216.8d3e126-1

Git Clone URL: https://aur.archlinux.org/ds4drv-cemuhook-git.git (read-only, click to copy)
Package Base: ds4drv-cemuhook-git
Description: Sony DualShock 4 Userspace Driver (with additions for cemu and DSU motion control)
Upstream URL: https://github.com/TheDrHax/ds4drv-cemuhook
Licenses: MIT
Conflicts: ds4drv, ds4drv-git
Submitter: titaniumtown
Maintainer: None
Last Packager: titaniumtown
Votes: 1
Popularity: 0.000000
First Submitted: 2020-07-02 01:24 (UTC)
Last Updated: 2020-07-02 01:24 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

xiota commented on 2024-02-05 10:42 (UTC)

aur/bluez-utils-compat no longer exists. It is now provided by the combination of extra/bluez-utils and extra/bluez-deprecated-tools.

infirit commented on 2022-07-18 18:15 (UTC)

It just needs hcitool which is in bluez-hcitool

diff --git a/PKGBUILD b/PKGBUILD
index 2316153..456d3c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Sony DualShock 4 Userspace Driver (with additions for cemu and DSU moti
 arch=('any')
 url="https://github.com/TheDrHax/ds4drv-cemuhook"
 license=('MIT')
-depends=('python-setuptools' 'bluez-utils-compat' 'python-evdev' 'python-pyudev')
+depends=('python-setuptools' 'bluez-hcitool' 'python-evdev' 'python-pyudev')
 makedepends=('git')
 conflicts=('ds4drv' 'ds4drv-git')
 install=ds4drv.install

spoons commented on 2022-06-02 05:41 (UTC)

Thanks for maintaining this package. Please add 'bluez-utils' as an alternative for 'bluez-utils-compat'. Lately, I have had issues pairing when using 'bluez-utils-compat'.