Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / hidapi
Commits: 4b2756e0 by Christian Heusel at 2023-09-02T18:09:01+02:00 upgpkg: 0.14.0-2: FS#66400: make libusp an optdepend - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -5,13 +5,14 @@ pkgname=hidapi pkgver=0.14.0 -pkgrel=1 +pkgrel=2 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' 'systemd-libs') -makedepends=('cmake') +depends=('systemd-libs') +optdepends=('libusb: for hidapi-libusb') +makedepends=('cmake' 'libusb') provides=('libhidapi-hidraw.so' 'libhidapi-libusb.so') source=("https://github.com/libusb/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz") sha512sums=('66a045144f90b41438898b82f0398e80223323ebfe6e4f197d2713696bb3ae60f36aea5a37a9999b34b12294783fd7e4c28c6e785462559cbe21276009da1eac') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hidapi/-/commit/4b2756e060741e7d48e9621059d549ff3596edb2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hidapi/-/commit/4b2756e060741e7d48e9621059d549ff3596edb2 You're receiving this email because of your account on gitlab.archlinux.org.
