summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBo Davidson2021-12-30 07:25:16 -0600
committerBo Davidson2021-12-30 07:25:16 -0600
commit0ef1244f3976445bd3b0a0362cdf2123332bd2cc (patch)
tree037226cba1e825fc3f541737233abc01388da61b
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
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bbf63fc7986..d69114aa50d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openrgb
pkgdesc = Open source RGB lighting control that doesn't depend on manufacturer software.
pkgver = 0.7
- pkgrel = 3
+ pkgrel = 4
url = https://gitlab.com/CalcProgrammer1/OpenRGB
arch = x86_64
license = GPL2
@@ -9,6 +9,7 @@ pkgbase = openrgb
depends = qt5-base
depends = libusb
depends = hidapi
+ depends = mbedtls
optdepends = i2c-tools: Motherboard & RAM access
source = https://gitlab.com/CalcProgrammer1/OpenRGB/-/archive/release_0.7/OpenRGB-release_0.7.tar.gz
source = openrgb.conf
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=(