summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBo Davidson2021-01-03 06:14:58 -0600
committerBo Davidson2021-01-03 06:14:58 -0600
commit1f766761bb02a344905a1fca053174a9e5016909 (patch)
tree6f61d075bdde3e2b970617a20a5dadae6b68e7b2
parent9ffab72e4c1fdfde65a0fcc513a4d61e4f479b10 (diff)
downloadaur-1f766761bb02a344905a1fca053174a9e5016909.tar.gz
hidapi fix as per issue 924 upstream
-rw-r--r--PKGBUILD10
1 files changed, 8 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b09d82325cc..329d6a3176d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,14 @@ depends=('qt5-base' 'libusb' 'hidapi')
optdepends=('i2c-tools: Motherboard & RAM access')
conflicts=('openrgb-git')
provides=("openrgb")
-source=("https://gitlab.com/CalcProgrammer1/OpenRGB/-/archive/release_$pkgver/OpenRGB-release_$pkgver.tar.gz")
-sha256sums=('e227dedfe0c3aa8f3bcb0c4149aa5feb1db4b0429a151423d74c0103c55d7d26')
+source=(
+ "https://gitlab.com/CalcProgrammer1/OpenRGB/-/archive/release_$pkgver/OpenRGB-release_$pkgver.tar.gz"
+ hidapifix.patch # https://gitlab.com/CalcProgrammer1/OpenRGB/-/issues/924
+)
+sha256sums=(
+ 'e227dedfe0c3aa8f3bcb0c4149aa5feb1db4b0429a151423d74c0103c55d7d26'
+ 'eeaed61a7bdbfa98cd9aaa6ea8a55df3eb092bc1f02ba047dd73cf75d1578b88'
+)
prepare() {
cd "OpenRGB-release_$pkgver"