diff --git a/openrgb-git/0001-use-hidapi.patch b/openrgb-git/0001-use-hidapi.patch new file mode 100644 index 0000000..3c2aa5f --- /dev/null +++ b/openrgb-git/0001-use-hidapi.patch @@ -0,0 +1,13 @@ +diff --git a/PKGBUILD b/PKGBUILD +index 1111111..2222222 100644 +--- a/PKGBUILD ++++ b/PKGBUILD +@@ -11,7 +11,7 @@ pkgdesc="Open source RGB lighting control that doesn't depend on manufacturer so + arch=('x86_64') + url="https://gitlab.com/CalcProgrammer1/OpenRGB" + license=('GPL-2.0-or-later') +-depends=('glibc' 'gcc-libs' 'qt6-base' 'libusb' 'hidapi-hotplug' 'mbedtls' 'hicolor-icon-theme') ++depends=('glibc' 'gcc-libs' 'qt6-base' 'libusb' 'hidapi' 'mbedtls' 'hicolor-icon-theme') + makedepends=('qt6-tools' 'git') + optdepends=('i2c-nct6793-dkms: Nuvoton SMBus driver, needed for onboard RGB on certain ASUS Z270 and Z370 boards') + provides=('openrgb')