[arch-commits] Commit in libsigrok/trunk (PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Fri Aug 7 16:49:57 UTC 2020
Date: Friday, August 7, 2020 @ 16:49:57
Author: anatolik
Revision: 671540
FS#67503: Enable additional communication protocols
- bluetooth
- hidapi
Modified:
libsigrok/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-07 16:17:40 UTC (rev 671539)
+++ PKGBUILD 2020-08-07 16:49:57 UTC (rev 671540)
@@ -3,12 +3,12 @@
pkgname=libsigrok
pkgver=0.5.2
-pkgrel=4
+pkgrel=5
pkgdesc='Client software that supports various hardware logic analyzers, core library'
arch=('x86_64')
url='https://www.sigrok.org/wiki/Libsigrok'
license=('GPL3')
-depends=('libftdi' 'libserialport' 'glibmm' 'libzip' 'libieee1284')
+depends=('libftdi' 'libserialport' 'glibmm' 'libzip' 'libieee1284' 'bluez-libs' 'hidapi')
makedepends=('cmake' 'doxygen' 'ruby' 'jdk8-openjdk' 'swig' 'python' 'pygobject-devel' 'python-numpy' 'python-setuptools')
optdepends=('python' 'ruby' 'jdk8-openjdk'
'sigrok-firmware-fx2lafw: Cypress FX2-based device support')
More information about the arch-commits
mailing list