summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDoug Penner2021-01-13 18:40:42 -0800
committerDoug Penner2021-01-13 18:40:42 -0800
commit1109b68ead7f0bba3375757fa5ad8dd86f27c2b8 (patch)
tree52c0c89fb483b1c144e4ba15d4613f7dfcd842ed /PKGBUILD
parent8acd1b362396233ac9ae2afcc7537a8b99901c5a (diff)
downloadaur-1109b68ead7f0bba3375757fa5ad8dd86f27c2b8.tar.gz
added python-pyqt optional dependency needed by specan-ui
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a3d5d0d00f5b..33c23760c572 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ url="https://github.com/greatscottgadgets/ubertooth/"
arch=('x86_64' 'i686')
license=('GPL')
depends=('bluez-libs' 'libbtbb>=2018.12.R1' 'libusb' 'libpcap' 'python-numpy' 'python-pyusb')
-optdepends=('qt5-declarative' 'python-pyside2')
+optdepends=('qt5-declarative' 'python-pyside2' 'python-pyqt')
makedepends=('cmake')
source=("https://github.com/greatscottgadgets/ubertooth/releases/download/${_pkgver}/ubertooth-${_pkgver}.tar.xz")
sha256sums=('93a4ce7af8eddcc299d65aff8dd3a0455293022f7fea4738b286353f833bf986')