This is a -git package, it will always build against the latest master branch code. If you're still having the Sapphire 9070XT issue, you need to build this package again to get the latest code, as that was fixed in master like a month ago. If you're using a binary AUR repository, their package is outdated and you should build it yourself using makepkg or an AUR helper like yay.
Search Criteria
Package Details: openrgb-git 0.9.1658.g011d364-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/openrgb-git.git (read-only, click to copy) |
|---|---|
| Package Base: | openrgb-git |
| Description: | Open source RGB lighting control that doesn't depend on manufacturer software |
| Upstream URL: | https://gitlab.com/CalcProgrammer1/OpenRGB |
| Keywords: | led |
| Licenses: | GPL-2.0-or-later |
| Conflicts: | openrgb |
| Provides: | openrgb |
| Submitter: | Myrddin |
| Maintainer: | CalcProgrammer1 |
| Last Packager: | CalcProgrammer1 |
| Votes: | 36 |
| Popularity: | 0.22 |
| First Submitted: | 2020-02-14 03:47 (UTC) |
| Last Updated: | 2025-09-28 05:26 (UTC) |
Dependencies (10)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- hidapi (hidapi-gitAUR)
- libusb (libusb-gitAUR)
- mbedtls (mbedtls-gitAUR, mbedtls-dtlsAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- qt5-tools (make)
- i2c-nct6793-dkms (i2c-nct6793-dkms-gitAUR) (optional) – Nuvoton SMBus driver, needed for onboard RGB on certain ASUS Z270 and Z370 boards
Required by (23)
- keyboard-center (requires openrgb) (optional)
- keyboard-center2 (requires openrgb) (optional)
- keyboard-visualizer-git (requires openrgb)
- openrgb-cppsdk-git (requires openrgb) (optional)
- openrgb-plugin-e131-receiver-git (requires openrgb)
- openrgb-plugin-e131-receiver-next-git (requires openrgb)
- openrgb-plugin-effects-git (requires openrgb)
- openrgb-plugin-effects-next-git (requires openrgb)
- openrgb-plugin-fan-sync-git (requires openrgb)
- openrgb-plugin-hardware-sync-git (requires openrgb)
- openrgb-plugin-hardware-sync-next-git (requires openrgb)
- openrgb-plugin-http-hook-git (requires openrgb)
- openrgb-plugin-http-hook-next-git (requires openrgb)
- openrgb-plugin-razer-extras-git (requires openrgb)
- openrgb-plugin-sample-git (requires openrgb)
- openrgb-plugin-scheduler-git (requires openrgb)
- openrgb-plugin-scheduler-next-git (requires openrgb)
- openrgb-plugin-skin-git (requires openrgb)
- openrgb-plugin-visual-map-git (requires openrgb)
- openrgb-plugin-visual-map-next-git (requires openrgb)
- python-openrgb (requires openrgb)
- python-openrgb-git (requires openrgb)
- rgbpc (requires openrgb)
Sources (2)
CalcProgrammer1 commented on 2026-01-28 15:09 (UTC)
hellm commented on 2026-01-27 07:51 (UTC)
this version has a bug for users with sapphire 9070XT, it will lockup system during detection, please update to latest that contains a fix
vivnet commented on 2025-10-27 15:33 (UTC)
I get random build errors trying to build this since the package update in late September. I have 0.9.1237.gc57d58d-1 installed currently and just a basic, up-to-date Arch system. I'd give more information, but it errors at a different point every time, seemingly.
Cheez commented on 2025-09-06 12:40 (UTC)
It would be nice if the build() call in the PKGBUILD passed $MAKEFLAGS to make. I'm currently getting around this by doing yay -G openrgb-git and then editing the PKGBUILD myself and doing makepkg -si, but it would be nice if this was out of the box.
simona commented on 2025-02-21 20:09 (UTC)
/usr/lib/udev/rules.d/ already in 'openrgb-git'
brli commented on 2025-02-09 18:33 (UTC)
the latest commit, aka. 0.9.1221.g4b26a57, is possible to be compiled with qt6 qmake and toolkit.
CalcProgrammer1 commented on 2025-01-16 18:08 (UTC)
Package versioning scheme has been slightly changed, the "r" before the revision has been dropped. This corresponds with an upstream change I made to standardize all packaging versions to MAJOR.MINOR.REVISION where REVISION is commit count since the last tagged release.
XenHat commented on 2024-10-11 14:44 (UTC)
CalcProgrammer beat me to it but: No. See https://wiki.archlinux.org/title/Makepkg section 3.3.1
CalcProgrammer1 commented on 2024-10-11 14:42 (UTC)
That is against conventions. The guidelines are to not include -j in the PKGBUILD but rather configure makepkg to do it per machine. I believe the file is /etc/makepkg.conf and in there you can set the number of build threads makepkg should use or add make flags.
purboo commented on 2024-10-11 14:31 (UTC)
Could you modify the build file by replacing make with make -j$(nproc) to speed up the building process?
Pinned Comments