summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDoug Penner2023-02-28 23:21:51 -0800
committerDoug Penner2023-02-28 23:21:51 -0800
commit3c708297a8c0509203f2f1d72bf88009fbb244e8 (patch)
treea8986e41089fa5358beb97a5973c9868171f562d /PKGBUILD
parent1109b68ead7f0bba3375757fa5ad8dd86f27c2b8 (diff)
downloadaur-ubertooth.tar.gz
replace python-pyqt with python-qtpy
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33c23760c572..81bac2ae2bfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=ubertooth
pkgver=2020.12.R1
_pkgver=2020-12-R1
-pkgrel=1
+pkgrel=2
pkgdesc="Open source wireless development platform suitable for Bluetooth experimentation"
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' 'python-pyqt')
+optdepends=('qt5-declarative' 'python-pyside2' 'python-qtpy')
makedepends=('cmake')
source=("https://github.com/greatscottgadgets/ubertooth/releases/download/${_pkgver}/ubertooth-${_pkgver}.tar.xz")
sha256sums=('93a4ce7af8eddcc299d65aff8dd3a0455293022f7fea4738b286353f833bf986')