* update hidapi to 0.14.0-3

This commit is contained in:
Alexander Baldeck 2024-09-26 21:04:51 +02:00
parent 75e14a0411
commit 143bd3512a
2 changed files with 20 additions and 1 deletions

19
hidapi/.SRCINFO Normal file
View File

@ -0,0 +1,19 @@
pkgbase = hidapi
pkgdesc = Simple library for communicating with USB and Bluetooth HID devices
pkgver = 0.14.0
pkgrel = 3
url = https://github.com/libusb/hidapi
arch = x86_64
license = GPL3
license = BSD
license = custom
makedepends = cmake
makedepends = libusb
depends = systemd-libs
optdepends = libusb: for hidapi-libusb
provides = libhidapi-hidraw.so
provides = libhidapi-libusb.so
source = https://github.com/libusb/hidapi/archive/hidapi-0.14.0.tar.gz
sha512sums = 66a045144f90b41438898b82f0398e80223323ebfe6e4f197d2713696bb3ae60f36aea5a37a9999b34b12294783fd7e4c28c6e785462559cbe21276009da1eac
pkgname = hidapi

View File

@ -6,7 +6,7 @@
pkgname=hidapi
pkgver=0.14.0
pkgrel=2
pkgrel=3
pkgdesc='Simple library for communicating with USB and Bluetooth HID devices'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://github.com/libusb/hidapi'