summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBo Davidson2023-05-25 23:48:14 -0500
committerBo Davidson2023-05-25 23:48:14 -0500
commit1151ffce9c03f50106040f0cf2f7fdc8bd651d77 (patch)
tree97fd21a724b1bba60210d978778c72dd0bf99ccd
parent9a0fed4dcafcd333e600ec7ee13883fcec151fa5 (diff)
downloadaur-1151ffce9c03f50106040f0cf2f7fdc8bd651d77.tar.gz
Depends mbedtls to mbedtls2
mbed TLS on 3.4.0 causing some build issues. Forogot to modify depends on prev pkgrel. Now using 2.28.3 (mbedtls2.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 281e2d2180ee..6bc6ad7d8a1c 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.8
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.com/CalcProgrammer1/OpenRGB
arch = x86_64
license = GPL2
@@ -10,7 +10,7 @@ pkgbase = openrgb
depends = qt5-base
depends = libusb
depends = hidapi
- depends = mbedtls
+ depends = mbedtls2
optdepends = i2c-tools: Motherboard & RAM access
options = !lto
source = https://gitlab.com/CalcProgrammer1/OpenRGB/-/archive/release_0.8/OpenRGB-release_0.8.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index e17b8a1680ab..3721c71b4eea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Paul Davis <paul@dangersalad.com>
pkgname=openrgb
pkgver=0.8
-pkgrel=2
+pkgrel=3
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' 'mbedtls')
+depends=('qt5-base' 'libusb' 'hidapi' 'mbedtls2')
makedepends=('pkgconf' 'qt5-tools') # now need lrelease in qt5-tools for successful build >=v0.8
optdepends=('i2c-tools: Motherboard & RAM access')