Date: Monday, January 3, 2022 @ 22:33:59 Author: eworm Revision: 1092650
upgpkg: hidapi 0.11.2-1: new upstream release Modified: hidapi/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-03 22:33:40 UTC (rev 1092649) +++ PKGBUILD 2022-01-03 22:33:59 UTC (rev 1092650) @@ -4,7 +4,7 @@ # Contributor: Emmanuel Gil Peyrot <linkma...@linkmauve.fr> pkgname=hidapi -pkgver=0.11.0 +pkgver=0.11.2 pkgrel=1 pkgdesc='Simple library for communicating with USB and Bluetooth HID devices' arch=(x86_64) @@ -15,7 +15,7 @@ 'libudev.so: for the hidraw backend -- hidapi-hidraw.so') provides=('libhidapi-hidraw.so' 'libhidapi-libusb.so') source=("https://github.com/libusb/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz") -sha512sums=('0de4abc963600d159ce231416c468b9e81a8361e4d2c2202988d6eb2e58a923700e9b9be639fbddc6bc14625131848409e2e88dbc4b34a1f8a726c8fa4692d92') +sha512sums=('c4d04bf570aa98dd88d7ce08ef1abb0675d500c9aa2c22f0437fa30b700a94446779f77e1170267926d5f6f0d9cdb2bb81ad1fe20d158c18587fddbca59e9517') prepare() { cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"