summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBo Davidson2021-12-30 07:25:16 -0600
committerBo Davidson2021-12-30 07:25:16 -0600
commit0ef1244f3976445bd3b0a0362cdf2123332bd2cc (patch)
tree037226cba1e825fc3f541737233abc01388da61b /PKGBUILD
parent48cefdca62806b4ff11a6cfbc2be6dd717e5a2db (diff)
downloadaur-0ef1244f3976445bd3b0a0362cdf2123332bd2cc.tar.gz
Adding mbedtls as dependency as per upstream
mdebtls library for some SSL/TLS requirements: https://gitlab.com/CalcProgrammer1/OpenRGB#linux
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c98c1022766f..36903bd35533 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Paul Davis <paul@dangersalad.com>
pkgname=openrgb
pkgver=0.7
-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')
+depends=('qt5-base' 'libusb' 'hidapi' 'mbedtls')
makedepends=('pkgconf')
optdepends=('i2c-tools: Motherboard & RAM access')
source=(