summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubosz Sarnecki2017-03-14 23:27:13 +0100
committerLubosz Sarnecki2017-03-14 23:27:13 +0100
commit04fc2b3ad34714ba24ac7933678c254fc8c2718d (patch)
treec1800a01aa63ee87a8b41b6d2c7f79215433b77c
parentab22fa13c0e9ea485f0f08d5e3aec147f675f9f9 (diff)
downloadaur-04fc2b3ad34714ba24ac7933678c254fc8c2718d.tar.gz
add bluez-utils-compad dependency.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e867b2dd2ec8..87d4066ea04a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ds4drv-git
pkgdesc = Sony DualShock 4 Userspace Driver
- pkgver = 0.5.0.167.a7e1735
+ pkgver = 0.5.1.194.f6be043
pkgrel = 1
url = https://github.com/chrippa/ds4drv
install = ds4drv.install
@@ -8,7 +8,7 @@ pkgbase = ds4drv-git
license = MIT
makedepends = git
depends = python-setuptools
- depends = bluez-utils
+ depends = bluez-utils-compat
depends = python-evdev
depends = python-pyudev
conflicts = ds4drv
diff --git a/PKGBUILD b/PKGBUILD
index 66a903073b88..c45440092199 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Sony DualShock 4 Userspace Driver"
arch=('any')
url="https://github.com/chrippa/ds4drv"
license=('MIT')
-depends=('python-setuptools' 'bluez-utils' 'python-evdev' 'python-pyudev')
+depends=('python-setuptools' 'bluez-utils-compat' 'python-evdev' 'python-pyudev')
makedepends=('git')
conflicts=('ds4drv')
install=ds4drv.install