Date: Thursday, October 29, 2020 @ 16:41:26 Author: ffy00 Revision: 736543
upgpkg: hidapi 0.10.0-1 Modified: hidapi/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-29 16:40:04 UTC (rev 736542) +++ PKGBUILD 2020-10-29 16:41:26 UTC (rev 736543) @@ -4,16 +4,17 @@ # Contributor: Emmanuel Gil Peyrot <linkma...@linkmauve.fr> pkgname=hidapi -pkgver=0.9.0 -pkgrel=2 +pkgver=0.10.0 +pkgrel=1 pkgdesc='Simple library for communicating with USB and Bluetooth HID devices' arch=(x86_64) url='https://github.com/libusb/hidapi' license=('GPL3' 'BSD' 'custom') -depends=('libusb') -conflicts=('hidapi-git') +makedepends=('systemd' 'systemd-libs' 'libusb') +optdepends=('libusb: for the libusb backend -- hidapi-libusb.so' + 'libudev.so: for the hidraw backend -- hidapi-hidraw.so') source=("https://github.com/libusb/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz") -sha256sums=('630ee1834bdd5c5761ab079fd04f463a89585df8fcae51a7bfe4229b1e02a652') +sha512sums=('469f9bc67e4c942e50c65725758e234d1876e99d3a80d7e92af768899794c03dfbcda66adf2f9d6304b8b2db7832d3d36f3e226f475f0233eb9f493ca14da73b') build() { cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"