summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDoug Penner2020-10-21 19:49:12 -0700
committerDoug Penner2020-10-21 19:49:12 -0700
commitbb2c5136f59b462d3116398a5533600d6ac216c8 (patch)
treef1b87443f3c80383c3759b9e0cd1b82429b28101 /PKGBUILD
parent8cb729bad50e926ebaa6c78d9dd9205412c3b01a (diff)
downloadaur-bb2c5136f59b462d3116398a5533600d6ac216c8.tar.gz
replaced libusbx with libusb
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b39d14f0d4ff..25060b77ecaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Open source wireless development platform suitable for Bluetooth experi
url="https://github.com/greatscottgadgets/ubertooth/"
arch=('x86_64' 'i686')
license=('GPL')
-depends=('bluez-libs' 'libbtbb>=2018.12.R1' 'libusbx' 'libpcap' 'python-numpy' 'python-pyusb')
+depends=('bluez-libs' 'libbtbb>=2018.12.R1' 'libusb' 'libpcap' 'python-numpy' 'python-pyusb')
optdepends=('qt5-declarative' 'python-pyside2')
makedepends=('cmake')
source=("https://github.com/greatscottgadgets/ubertooth/releases/download/${_pkgver}/ubertooth-${_pkgver}.tar.xz")