add missing qt5-tools dep
parent
0c9714a2cd
commit
d39faf16f1
2
PKGBUILD
2
PKGBUILD
|
@ -7,7 +7,7 @@ pkgdesc="Configuration utility for RGB lights supporting motherboards, RAM, & pe
|
|||
arch=('x86_64')
|
||||
url="https://gitlab.com/CalcProgrammer1/OpenRGB"
|
||||
license=('GPL2')
|
||||
depends=('qt5-base' 'libusb' 'hidapi' 'mbedtls')
|
||||
depends=('qt5-tools' 'qt5-base' 'libusb' 'hidapi' 'mbedtls')
|
||||
makedepends=('git')
|
||||
optdepends=('i2c-tools: Motherboard & RAM access')
|
||||
provides=('openrgb')
|
||||
|
|
Loading…
Reference in New Issue