summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDoug Penner2019-05-08 13:24:26 -0700
committerDoug Penner2019-05-08 13:24:26 -0700
commitd6243fbf2c0052b53f325ac70eaeec233a9af351 (patch)
tree6fdabe81f11f53f442733b56cce0915bad959ab3 /PKGBUILD
parent393c99be90555c087794e1cbf76ac291855f58c3 (diff)
downloadaur-d6243fbf2c0052b53f325ac70eaeec233a9af351.tar.gz
moved python2-pyside2 to optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 039af4b90d6f..bb035b99c388 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=ubertooth
pkgver=2018.12.R1
_pkgver=2018-12-R1
-pkgrel=2
+pkgrel=3
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' 'libusbx' 'libpcap' 'python2-pyside2' 'python2-numpy' 'python2-pyusb')
-optdepends=('qt5-declarative')
+depends=('bluez-libs' 'libbtbb>=2018.12.R1' 'libusbx' 'libpcap' 'python2-numpy' 'python2-pyusb')
+optdepends=('qt5-declarative' 'python2-pyside2')
makedepends=('cmake')
source=("https://github.com/greatscottgadgets/ubertooth/releases/download/${_pkgver}/ubertooth-${_pkgver}.tar.xz")
sha256sums=('0042daa79db0f4148a0255cdf05aa57006e23ac36edf7024e9e99ccc4892867b')