summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d7bd947a4c4..7d22b99ee779 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,9 @@ pkgdesc="Kernel driver to dynamically enable/disable NVIDIA HDMI audio output in
arch=(i686 x86_64)
url="https://github.com/hhfeuer/nvhda.git"
license=(GPL)
-makedepends=(cmake gcc nvidia linux-headers)
+optdepends=('nvidia: NVIDIA kernel driver'
+ ' nvidia-390xx: NVIDIA kernel driver for old devices')
+makedepends=(cmake gcc linux-headers)
source=("git+https://github.com/hhfeuer/nvhda.git")
md5sums=('SKIP')