summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSergey A2022-01-23 15:36:37 +0300
committerSergey A2022-01-23 15:36:37 +0300
commit1a391bc792748b8c4564855ecdd36b24b2168cc9 (patch)
treee1a193cbbc9fa9645da440753852ccc89dfc34ea /PKGBUILD
parent83fe7c169284956e025ab5e80dddba5d28273c03 (diff)
downloadaur-1a391bc792748b8c4564855ecdd36b24b2168cc9.tar.gz
Update dependencies (hwids -> hwdata, mesa-utils)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 836547a16c88..838c2fd9c71a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,11 +9,11 @@ pkgdesc="Application to control your hardware with ease using application profil
url="https://gitlab.com/corectrl/corectrl"
license=(GPL3)
arch=(i686 x86_64)
-depends=('botan>=2.2.0' 'qt5-base>=5.9' qt5-quickcontrols2 qt5-charts qt5-svg qt5-xmlpatterns kauth karchive procps-ng hwids)
+depends=('botan>=2.2.0' 'qt5-base>=5.9' qt5-quickcontrols2 qt5-charts qt5-svg qt5-xmlpatterns kauth karchive procps-ng hwdata)
makedepends=(git 'cmake>=3.3' extra-cmake-modules 'gcc>=8' qt5-tools)
optdepends=(
'vulkan-tools: for vulkaninfo'
- 'mesa-demos: for glxinfo'
+ 'mesa-utils: for glxinfo'
'util-linux: for lscpu'
)
provides=("$_pkgname")