diff --git a/hidapi/.SRCINFO b/hidapi/.SRCINFO new file mode 100644 index 0000000000..8e8aeb7ca1 --- /dev/null +++ b/hidapi/.SRCINFO @@ -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 diff --git a/hidapi/PKGBUILD b/hidapi/PKGBUILD index 6a1ba1cb32..1ab854dd0d 100644 --- a/hidapi/PKGBUILD +++ b/hidapi/PKGBUILD @@ -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'