summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandall Winkhart2024-02-05 19:41:13 -0500
committerRandall Winkhart2024-02-05 19:41:13 -0500
commit3e3a40e2315533b4b0d753d6d837592e4f787e0b (patch)
tree0d2cdaf90187dab30ee225fc3cd8ea36cfc5e4ca
parentf6384fd501f18bbe10a4f6856bb6ba6aeeef990e (diff)
downloadaur-3e3a40e2315533b4b0d753d6d837592e4f787e0b.tar.gz
Update dependencies to use officially provided extra/bluez-deprecated-tools
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f591d4f45496..3bd994b1a285 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sixad-git
pkgdesc = Connects and manages various official PS3 controllers
pkgver = 1.5.1_93388dc
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/RetroPie/sixad
arch = x86_64
license = GPL2
@@ -12,8 +12,7 @@ pkgbase = sixad-git
makedepends = dbus
makedepends = libdbusmenu-glib
depends = bluez
- depends = bluez-hcitool
- depends = bluez-hciconfig
+ depends = bluez-deprecated-tools
source = git+https://github.com/RetroPie/sixad.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3a38146ce837..988dfd7ad941 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=sixad-git
pkgver=1.5.1_93388dc
-pkgrel=3
+pkgrel=4
pkgdesc='Connects and manages various official PS3 controllers'
url='https://github.com/RetroPie/sixad'
arch=('x86_64')
license=('GPL2')
makedepends=(make libusb libusb-compat bluez-libs dbus libdbusmenu-glib)
-depends=(bluez bluez-hcitool bluez-hciconfig)
+depends=(bluez bluez-deprecated-tools)
source=("git+https://github.com/RetroPie/sixad.git")
sha512sums=(SKIP)