summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBo Davidson2021-01-03 06:41:27 -0600
committerBo Davidson2021-01-03 06:41:27 -0600
commit4a938c969d728c0b35a9751e2050017aea6d3f14 (patch)
tree55f9b4cddf4a05031bfc05f083221b93de130798
parentde659b240b6196648fa86d02e83bf2a882d4aad7 (diff)
downloadaur-4a938c969d728c0b35a9751e2050017aea6d3f14.tar.gz
Build issue with hidapi w/o pkgconf
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 792397bf0a7d..753664abb322 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = openrgb
pkgdesc = Open source RGB lighting control that doesn't depend on manufacturer software.
pkgver = 0.5
- pkgrel = 3
+ pkgrel = 4
url = https://gitlab.com/CalcProgrammer1/OpenRGB
arch = x86_64
license = GPL2
+ makedepends = pkgconf
depends = qt5-base
depends = libusb
depends = hidapi
diff --git a/PKGBUILD b/PKGBUILD
index acdf6ba33a96..57995fb5934d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
# Contributor: Paul Davis <paul@dangersalad.com>
pkgname=openrgb
pkgver=0.5
-pkgrel=3
+pkgrel=4
pkgdesc="Open source RGB lighting control that doesn't depend on manufacturer software."
arch=("x86_64")
url="https://gitlab.com/CalcProgrammer1/OpenRGB"
license=('GPL2')
depends=('qt5-base' 'libusb' 'hidapi')
+makedepends=('pkgconf')
optdepends=('i2c-tools: Motherboard & RAM access')
conflicts=('openrgb-git')
provides=("openrgb")