summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Niskanen2019-06-21 10:01:02 +0300
committerLauri Niskanen2019-06-21 10:01:02 +0300
commit82f4236f6742fe991eb0c16bdc8857dce7d6395c (patch)
tree4579549036eb165f4efedfe0f310819b93accc2e
parent3e3238031ce6b81e473daa93a104f178e3d5754f (diff)
downloadaur-82f4236f6742fe991eb0c16bdc8857dce7d6395c.tar.gz
Replace bluez-utils with bluez-utils-compat
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 497d6054b197..d18856655127 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Wed Jan 18 09:57:56 UTC 2017
pkgbase = ds4drv
pkgdesc = Sony DualShock 4 Userspace Driver
pkgver = 0.5.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/chrippa/ds4drv
install = ds4drv.install
arch = any
license = MIT
makedepends = git
depends = python-setuptools
- depends = bluez-utils
+ depends = bluez-utils-compat
depends = python-evdev
depends = python-pyudev
conflicts = ds4drv-git
diff --git a/PKGBUILD b/PKGBUILD
index 97fcbe12e713..b6928a3e0557 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=ds4drv
pkgver=0.5.1
-pkgrel=2
+pkgrel=3
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-git')
install=ds4drv.install