summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandall Winkhart2022-05-22 14:54:49 -0400
committerRandall Winkhart2022-05-22 14:54:49 -0400
commit44d52a6dc4d5551f283efee2879a2da46247b989 (patch)
tree4c269188f327e32e477dd38bc0b1b654af704d8e
parent7a13cc7ddc1a774bb45f2c8fc78596ef7136bb18 (diff)
downloadaur-44d52a6dc4d5551f283efee2879a2da46247b989.tar.gz
Added additional dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e43f2fd5465..3a1521e92782 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = sixad-git
pkgdesc = Connects and manages various official PS3 controllers
pkgver = 1.5.1_93388dc
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/RetroPie/sixad
arch = x86_64
license = GPL2
makedepends = make
makedepends = libusb
+ makedepends = libusb-compat
makedepends = bluez-libs
makedepends = dbus
makedepends = libdbusmenu-glib
diff --git a/PKGBUILD b/PKGBUILD
index de5789f26b3e..223c40f76834 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=sixad-git
pkgver=1.5.1_93388dc
-pkgrel=1
+pkgrel=2
pkgdesc='Connects and manages various official PS3 controllers'
url='https://github.com/RetroPie/sixad'
arch=('x86_64')
license=('GPL2')
-makedepends=(make libusb bluez-libs dbus libdbusmenu-glib)
+makedepends=(make libusb libusb-compat bluez-libs dbus libdbusmenu-glib)
depends=(bluez)
source=("git+https://github.com/RetroPie/sixad.git")